home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 July / CHIP_CD_2005-07.iso / software / rapid / rapid_install.exe / rapid.exe / 0 / RCDATA / TFORMREGISTRATION / TFORMREGISTRATION.txt
Text File  |  2005-05-02  |  1KB  |  62 lines

  1. object formRegistration: TformRegistration
  2.   Left = 533
  3.   Top = 228
  4.   ActiveControl = edtSerial
  5.   BorderStyle = bsDialog
  6.   Caption = 'Program Registration'
  7.   ClientHeight = 201
  8.   ClientWidth = 335
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Button1: TButton
  21.     Left = 168
  22.     Top = 168
  23.     Width = 75
  24.     Height = 25
  25.     Caption = 'OK'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 0
  29.   end
  30.   object Button2: TButton
  31.     Left = 256
  32.     Top = 168
  33.     Width = 75
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = 'Cancel'
  37.     ModalResult = 2
  38.     TabOrder = 1
  39.   end
  40.   object GroupBox1: TGroupBox
  41.     Left = 8
  42.     Top = 8
  43.     Width = 321
  44.     Height = 153
  45.     TabOrder = 2
  46.     object Label2: TLabel
  47.       Left = 8
  48.       Top = 16
  49.       Width = 83
  50.       Height = 13
  51.       Caption = 'Registration code'
  52.     end
  53.     object edtSerial: TMemo
  54.       Left = 8
  55.       Top = 32
  56.       Width = 305
  57.       Height = 113
  58.       TabOrder = 0
  59.     end
  60.   end
  61. end
  62.