home *** CD-ROM | disk | FTP | other *** search
/ BUG 6 / BUGCD1997_09.BIN / UTIL / SAFESCAN / SAFESCAN.EXE / 0 / RCDATA / TFRMREGCODE / TFRMREGCODE.txt
Text File  |  1996-10-17  |  965b  |  52 lines

  1. object frmRegcode: TfrmRegcode
  2.   Left = 343
  3.   Top = 405
  4.   BorderStyle = bsDialog
  5.   Caption = 'Thanks for Registering!'
  6.   ClientHeight = 69
  7.   ClientWidth = 209
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 4
  17.     Top = 4
  18.     Width = 197
  19.     Height = 13
  20.     Caption = 'Please enter your registration code below.'
  21.   end
  22.   object edtReg: TEdit
  23.     Left = 4
  24.     Top = 20
  25.     Width = 201
  26.     Height = 21
  27.     TabOrder = 0
  28.   end
  29.   object Button2: TButton
  30.     Left = 129
  31.     Top = 46
  32.     Width = 77
  33.     Height = 21
  34.     Cancel = True
  35.     Caption = '&Cancel'
  36.     ModalResult = 2
  37.     TabOrder = 1
  38.     OnClick = Button2Click
  39.   end
  40.   object Button1: TButton
  41.     Left = 49
  42.     Top = 46
  43.     Width = 77
  44.     Height = 21
  45.     Cancel = True
  46.     Caption = '&OK'
  47.     ModalResult = 2
  48.     TabOrder = 2
  49.     OnClick = Button1Click
  50.   end
  51. end
  52.