home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Spamex / sxsetup.exe / %MAINDIR% / spamex.exe / 0 / RCDATA / TFRMREGCODE / TFRMREGCODE.txt
Encoding:
Text File  |  1998-01-09  |  1.2 KB  |  64 lines

  1. object frmRegCode: TfrmRegCode
  2.   Left = 442
  3.   Top = 257
  4.   ActiveControl = edtReg
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Enter Registration Code'
  8.   ClientHeight = 115
  9.   ClientWidth = 306
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 289
  21.     Height = 41
  22.     AutoSize = False
  23.     Caption = 
  24.       'Enter the registration code given to you by the sales representa' +
  25.       'tive.  Entering the correct code will convert this program to a ' +
  26.       'registered version eliminating the '#39'nag screen'#39'.'
  27.     Transparent = True
  28.     WordWrap = True
  29.   end
  30.   object Label2: TLabel
  31.     Left = 8
  32.     Top = 56
  33.     Width = 3
  34.     Height = 13
  35.   end
  36.   object edtReg: TEdit
  37.     Left = 8
  38.     Top = 60
  39.     Width = 289
  40.     Height = 21
  41.     TabOrder = 0
  42.   end
  43.   object Button1: TButton
  44.     Left = 228
  45.     Top = 88
  46.     Width = 69
  47.     Height = 21
  48.     Cancel = True
  49.     Caption = 'Cancel'
  50.     ModalResult = 2
  51.     TabOrder = 1
  52.   end
  53.   object Button2: TButton
  54.     Left = 152
  55.     Top = 88
  56.     Width = 69
  57.     Height = 21
  58.     Caption = 'OK'
  59.     Default = True
  60.     ModalResult = 1
  61.     TabOrder = 2
  62.   end
  63. end
  64.