home *** CD-ROM | disk | FTP | other *** search
/ Igromania 1999 December / 27_12_1999.iso / Soft / nvamp33.exe / Vampire.exe / 0 / RCDATA / TREGDIALOG / TREGDIALOG.txt
Text File  |  1999-06-02  |  2KB  |  120 lines

  1. object RegDialog: TRegDialog
  2.   Left = 200
  3.   Top = 108
  4.   ActiveControl = Edit1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Register Net Vampire'
  8.   ClientHeight = 243
  9.   ClientWidth = 250
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 76
  22.     Width = 118
  23.     Height = 13
  24.     Caption = 'Get you registration code'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 140
  28.     Top = 76
  29.     Width = 21
  30.     Height = 13
  31.     Cursor = crHandPoint
  32.     Hint = 'http://www.netvampire.com/reginfo.htm'
  33.     Caption = 'here'
  34.     Font.Charset = ANSI_CHARSET
  35.     Font.Color = clBlue
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsUnderline]
  39.     ParentFont = False
  40.     ParentShowHint = False
  41.     ShowHint = True
  42.     OnClick = Label2Click
  43.   end
  44.   object Label3: TLabel
  45.     Left = 16
  46.     Top = 104
  47.     Width = 51
  48.     Height = 13
  49.     Caption = 'User name'
  50.   end
  51.   object Label4: TLabel
  52.     Left = 16
  53.     Top = 152
  54.     Width = 83
  55.     Height = 13
  56.     Caption = 'Registration code'
  57.   end
  58.   object Bevel1: TBevel
  59.     Left = 16
  60.     Top = 92
  61.     Width = 217
  62.     Height = 2
  63.   end
  64.   object Label5: TLabel
  65.     Left = 16
  66.     Top = 12
  67.     Width = 217
  68.     Height = 57
  69.     AutoSize = False
  70.     Caption = 
  71.       'Net Vampire is free, it has no time limitations or crippled feat' +
  72.       'ures. The registration is optional, it simply removes the advert' +
  73.       'isement banner.'
  74.     WordWrap = True
  75.   end
  76.   object Button1: TButton
  77.     Left = 57
  78.     Top = 204
  79.     Width = 95
  80.     Height = 25
  81.     Caption = '&Remove banner'
  82.     Default = True
  83.     ModalResult = 1
  84.     TabOrder = 2
  85.     OnClick = Button1Click
  86.   end
  87.   object Button2: TButton
  88.     Left = 157
  89.     Top = 204
  90.     Width = 75
  91.     Height = 25
  92.     Cancel = True
  93.     Caption = '&Cancel'
  94.     ModalResult = 2
  95.     TabOrder = 3
  96.   end
  97.   object Edit1: TEdit
  98.     Left = 16
  99.     Top = 120
  100.     Width = 217
  101.     Height = 21
  102.     MaxLength = 40
  103.     TabOrder = 0
  104.     OnChange = Edit1Change
  105.   end
  106.   object Edit2: TEdit
  107.     Left = 16
  108.     Top = 168
  109.     Width = 217
  110.     Height = 21
  111.     MaxLength = 40
  112.     TabOrder = 1
  113.     OnChange = Edit1Change
  114.   end
  115.   object KMLang1: TKMLang
  116.     Left = 4
  117.     Top = 4
  118.   end
  119. end
  120.