home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / SpamDeputy / Spamdpty.exe / SpamDeputy.exe / 0 / RCDATA / TDLGREGISTRATION / TDLGREGISTRATION.txt
Text File  |  2001-04-27  |  2KB  |  123 lines

  1. object dlgRegistration: TdlgRegistration
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Spam Deputy - Registration'
  6.   ClientHeight = 184
  7.   ClientWidth = 284
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblRegStatus: TLabel
  20.     Left = 95
  21.     Top = 72
  22.     Width = 60
  23.     Height = 13
  24.     Caption = 'Unregistered'
  25.   end
  26.   object Label23: TLabel
  27.     Left = 10
  28.     Top = 72
  29.     Width = 33
  30.     Height = 13
  31.     Caption = 'Status:'
  32.   end
  33.   object Label22: TLabel
  34.     Left = 10
  35.     Top = 42
  36.     Width = 80
  37.     Height = 13
  38.     Caption = 'Registration Key:'
  39.   end
  40.   object Label21: TLabel
  41.     Left = 10
  42.     Top = 12
  43.     Width = 46
  44.     Height = 13
  45.     Caption = 'Serial No:'
  46.   end
  47.   object lblWebsite: TLabel
  48.     Left = 12
  49.     Top = 115
  50.     Width = 257
  51.     Height = 13
  52.     Cursor = crHandPoint
  53.     Caption = 'http://members.home.net/spamdeputy/sa/register.htm'
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clBlue
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = [fsUnderline]
  59.     ParentFont = False
  60.     OnClick = lblWebsiteClick
  61.   end
  62.   object Label19: TLabel
  63.     Left = 10
  64.     Top = 100
  65.     Width = 178
  66.     Height = 13
  67.     Caption = 'For registration information, click here:'
  68.   end
  69.   object Bevel1: TBevel
  70.     Left = 10
  71.     Top = 140
  72.     Width = 262
  73.     Height = 2
  74.     Shape = bsBottomLine
  75.   end
  76.   object edtSerialNo: TEdit
  77.     Left = 95
  78.     Top = 10
  79.     Width = 121
  80.     Height = 21
  81.     Color = clBtnFace
  82.     ReadOnly = True
  83.     TabOrder = 0
  84.   end
  85.   object edtRegKey: TEdit
  86.     Left = 95
  87.     Top = 40
  88.     Width = 121
  89.     Height = 21
  90.     TabOrder = 1
  91.     OnChange = edtRegKeyChange
  92.   end
  93.   object btnRegister: TButton
  94.     Left = 221
  95.     Top = 40
  96.     Width = 50
  97.     Height = 21
  98.     Caption = '&Register'
  99.     Enabled = False
  100.     TabOrder = 2
  101.     OnClick = btnRegisterClick
  102.   end
  103.   object btnOK: TButton
  104.     Left = 116
  105.     Top = 150
  106.     Width = 75
  107.     Height = 25
  108.     Caption = 'OK'
  109.     Default = True
  110.     ModalResult = 1
  111.     TabOrder = 3
  112.   end
  113.   object btnCancel: TButton
  114.     Left = 196
  115.     Top = 150
  116.     Width = 75
  117.     Height = 25
  118.     Cancel = True
  119.     Caption = 'Cancel'
  120.     TabOrder = 4
  121.   end
  122. end
  123.