home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / WXKBD41.ZIP / KEYS32.EXE / 0 / RCDATA / TABOUT / TABOUT.txt
Text File  |  1998-04-29  |  1KB  |  88 lines

  1. object About: TAbout
  2.   Left = 271
  3.   Top = 125
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 158
  6.   ClientWidth = 266
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object License: TLabel
  18.     Left = 0
  19.     Top = 56
  20.     Width = 265
  21.     Height = 17
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.   end
  25.   object CopyRight: TLabel
  26.     Left = 0
  27.     Top = 32
  28.     Width = 265
  29.     Height = 17
  30.     Alignment = taCenter
  31.     AutoSize = False
  32.   end
  33.   object LabelUser: TLabel
  34.     Left = 8
  35.     Top = 80
  36.     Width = 36
  37.     Height = 13
  38.     Caption = 'User ID'
  39.   end
  40.   object LabelKey: TLabel
  41.     Left = 8
  42.     Top = 104
  43.     Width = 57
  44.     Height = 13
  45.     Caption = 'License key'
  46.   end
  47.   object Version: TLabel
  48.     Left = 0
  49.     Top = 8
  50.     Width = 265
  51.     Height = 17
  52.     Alignment = taCenter
  53.     AutoSize = False
  54.   end
  55.   object LicensedUser: TPanel
  56.     Left = 5
  57.     Top = 80
  58.     Width = 257
  59.     Height = 41
  60.     BevelInner = bvLowered
  61.     TabOrder = 3
  62.     Visible = False
  63.   end
  64.   object User: TEdit
  65.     Left = 52
  66.     Top = 76
  67.     Width = 189
  68.     Height = 21
  69.     TabOrder = 0
  70.   end
  71.   object LKey: TEdit
  72.     Left = 82
  73.     Top = 100
  74.     Width = 97
  75.     Height = 21
  76.     TabOrder = 1
  77.   end
  78.   object bOk: TButton
  79.     Left = 93
  80.     Top = 128
  81.     Width = 75
  82.     Height = 22
  83.     Caption = 'Ok'
  84.     TabOrder = 2
  85.     OnClick = bOkClick
  86.   end
  87. end
  88.