home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / objectresc / objectrescuepro_setup.exe / ObjectRescuePro.exe / 0 / RCDATA / TSIGNFORM / TSIGNFORM.txt
Text File  |  2005-03-03  |  2KB  |  82 lines

  1. object SignForm: TSignForm
  2.   Left = 403
  3.   Top = 423
  4.   HelpType = htKeyword
  5.   HelpKeyword = '/files/activation.html'
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'Entering a registration key'
  9.   ClientHeight = 224
  10.   ClientWidth = 450
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poMainFormCenter
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 148
  26.     Height = 13
  27.     Caption = 'Please, enter a registration key:'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 8
  31.     Top = 176
  32.     Width = 269
  33.     Height = 13
  34.     Caption = 'Hint: Press Ctrl+V to paste registration key from clipboard.'
  35.   end
  36.   object KeyMemo: TMemo
  37.     Left = 8
  38.     Top = 24
  39.     Width = 433
  40.     Height = 145
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -11
  44.     Font.Name = 'Courier New'
  45.     Font.Style = []
  46.     ParentFont = False
  47.     ScrollBars = ssBoth
  48.     TabOrder = 0
  49.     OnChange = KeyMemoChange
  50.   end
  51.   object OkButton: TButton
  52.     Left = 128
  53.     Top = 192
  54.     Width = 97
  55.     Height = 25
  56.     Caption = '&OK'
  57.     Default = True
  58.     ModalResult = 1
  59.     TabOrder = 1
  60.     OnClick = OkButtonClick
  61.   end
  62.   object CancelButton: TButton
  63.     Left = 232
  64.     Top = 192
  65.     Width = 97
  66.     Height = 25
  67.     Cancel = True
  68.     Caption = '&Cancel'
  69.     ModalResult = 2
  70.     TabOrder = 2
  71.   end
  72.   object HelpButton: TButton
  73.     Left = 344
  74.     Top = 192
  75.     Width = 97
  76.     Height = 25
  77.     Caption = '&Help'
  78.     TabOrder = 3
  79.     OnClick = HelpButtonClick
  80.   end
  81. end
  82.