home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 267 / _SETUP.1 / PBTerm.exe / 0 / RCDATA / TDRMVALIDATORFORM / TDRMVALIDATORFORM.txt
Text File  |  1997-02-09  |  2KB  |  97 lines

  1. object DRMValidatorForm: TDRMValidatorForm
  2.   Left = 268
  3.   Top = 185
  4.   Width = 433
  5.   Height = 236
  6.   Caption = 'Validation Form'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object MainPanel: TPanel
  16.     Left = 4
  17.     Top = 4
  18.     Width = 417
  19.     Height = 170
  20.     Font.Color = clBlack
  21.     Font.Height = -13
  22.     Font.Name = 'Arial'
  23.     Font.Style = [fsBold]
  24.     ParentFont = False
  25.     TabOrder = 0
  26.     object CompanyLabel: TLabel
  27.       Left = 144
  28.       Top = 25
  29.       Width = 257
  30.       Height = 16
  31.       AutoSize = False
  32.       Caption = 'Company'
  33.     end
  34.     object PackageLabel: TLabel
  35.       Left = 144
  36.       Top = 48
  37.       Width = 261
  38.       Height = 16
  39.       AutoSize = False
  40.       Caption = 'Package'
  41.     end
  42.     object VersionLabel: TLabel
  43.       Left = 144
  44.       Top = 73
  45.       Width = 257
  46.       Height = 16
  47.       AutoSize = False
  48.       Caption = 'Version'
  49.     end
  50.     object Label1: TLabel
  51.       Left = 144
  52.       Top = 112
  53.       Width = 193
  54.       Height = 16
  55.       AutoSize = False
  56.       Caption = 'Validation Key'
  57.     end
  58.     object PackageImage: TImage
  59.       Left = 16
  60.       Top = 16
  61.       Width = 100
  62.       Height = 100
  63.     end
  64.     object KeyEdit: TEdit
  65.       Left = 144
  66.       Top = 132
  67.       Width = 257
  68.       Height = 24
  69.       TabOrder = 0
  70.     end
  71.   end
  72.   object ValidateButton: TButton
  73.     Left = 269
  74.     Top = 180
  75.     Width = 73
  76.     Height = 25
  77.     Caption = 'Validate'
  78.     Default = True
  79.     ModalResult = 1
  80.     TabOrder = 1
  81.   end
  82.   object CancelButton: TButton
  83.     Left = 345
  84.     Top = 180
  85.     Width = 73
  86.     Height = 25
  87.     Caption = 'Cancel'
  88.     ModalResult = 2
  89.     TabOrder = 2
  90.   end
  91.   object ValidationResolutionFix: TResolutionFix
  92.     DesignRes = 96
  93.     Left = 4
  94.     Top = 176
  95.   end
  96. end
  97.