object RegDialog: TRegDialog Left = 200 Top = 108 ActiveControl = Edit1 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Register Net Vampire' ClientHeight = 243 ClientWidth = 250 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 76 Width = 118 Height = 13 Caption = 'Get you registration code' end object Label2: TLabel Left = 140 Top = 76 Width = 21 Height = 13 Cursor = crHandPoint Hint = 'http://www.netvampire.com/reginfo.htm' Caption = 'here' Font.Charset = ANSI_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False ParentShowHint = False ShowHint = True OnClick = Label2Click end object Label3: TLabel Left = 16 Top = 104 Width = 51 Height = 13 Caption = 'User name' end object Label4: TLabel Left = 16 Top = 152 Width = 83 Height = 13 Caption = 'Registration code' end object Bevel1: TBevel Left = 16 Top = 92 Width = 217 Height = 2 end object Label5: TLabel Left = 16 Top = 12 Width = 217 Height = 57 AutoSize = False Caption = 'Net Vampire is free, it has no time limitations or crippled feat' + 'ures. The registration is optional, it simply removes the advert' + 'isement banner.' WordWrap = True end object Button1: TButton Left = 57 Top = 204 Width = 95 Height = 25 Caption = '&Remove banner' Default = True ModalResult = 1 TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 157 Top = 204 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 3 end object Edit1: TEdit Left = 16 Top = 120 Width = 217 Height = 21 MaxLength = 40 TabOrder = 0 OnChange = Edit1Change end object Edit2: TEdit Left = 16 Top = 168 Width = 217 Height = 21 MaxLength = 40 TabOrder = 1 OnChange = Edit1Change end object KMLang1: TKMLang Left = 4 Top = 4 end end