home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9MISC / WISQU102.ZIP / _SETUP.1 / quotes.exe / 0 / RCDATA / TXREFORM / TXREFORM.txt
Text File  |  1998-05-14  |  2KB  |  117 lines

  1. object XREForm: TXREForm
  2.   Left = 267
  3.   Top = 215
  4.   BorderStyle = bsDialog
  5.   Caption = 'Enter License'
  6.   ClientHeight = 247
  7.   ClientWidth = 349
  8.   Color = clLime
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 4
  19.     Top = 4
  20.     Width = 341
  21.     Height = 237
  22.   end
  23.   object Label1: TLabel
  24.     Left = 12
  25.     Top = 64
  26.     Width = 31
  27.     Height = 13
  28.     Caption = 'User:'
  29.     Font.Color = clWindowText
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.   end
  35.   object Label2: TLabel
  36.     Left = 12
  37.     Top = 112
  38.     Width = 56
  39.     Height = 13
  40.     Caption = 'Company:'
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.   end
  47.   object Label3: TLabel
  48.     Left = 12
  49.     Top = 160
  50.     Width = 157
  51.     Height = 21
  52.     AutoSize = False
  53.     Caption = 'Registration Number'
  54.     Font.Color = clWindowText
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = [fsBold]
  58.     ParentFont = False
  59.   end
  60.   object Label4: TLabel
  61.     Left = 32
  62.     Top = 16
  63.     Width = 270
  64.     Height = 39
  65.     Caption = 
  66.       'Once you have registered with the author, you will receive your ' +
  67.       'registration number which you can enter below'
  68.     Color = clLime
  69.     Font.Color = clNavy
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = [fsBold]
  73.     ParentColor = False
  74.     ParentFont = False
  75.     WordWrap = True
  76.   end
  77.   object Edit1: TEdit
  78.     Left = 12
  79.     Top = 84
  80.     Width = 325
  81.     Height = 21
  82.     TabOrder = 0
  83.   end
  84.   object Edit2: TEdit
  85.     Left = 12
  86.     Top = 132
  87.     Width = 325
  88.     Height = 21
  89.     TabOrder = 1
  90.   end
  91.   object Edit3: TEdit
  92.     Left = 12
  93.     Top = 180
  94.     Width = 325
  95.     Height = 21
  96.     TabOrder = 2
  97.   end
  98.   object Button1: TButton
  99.     Left = 184
  100.     Top = 208
  101.     Width = 75
  102.     Height = 25
  103.     Caption = 'Register'
  104.     TabOrder = 3
  105.     OnClick = Button1Click
  106.   end
  107.   object Button2: TButton
  108.     Left = 260
  109.     Top = 208
  110.     Width = 75
  111.     Height = 25
  112.     Caption = 'Cancel'
  113.     TabOrder = 4
  114.     OnClick = Button2Click
  115.   end
  116. end
  117.