object DRMValidatorForm: TDRMValidatorForm Left = 268 Top = 185 Width = 433 Height = 236 Caption = 'Validation Form' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object MainPanel: TPanel Left = 4 Top = 4 Width = 417 Height = 170 Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 0 object CompanyLabel: TLabel Left = 144 Top = 25 Width = 257 Height = 16 AutoSize = False Caption = 'Company' end object PackageLabel: TLabel Left = 144 Top = 48 Width = 261 Height = 16 AutoSize = False Caption = 'Package' end object VersionLabel: TLabel Left = 144 Top = 73 Width = 257 Height = 16 AutoSize = False Caption = 'Version' end object Label1: TLabel Left = 144 Top = 112 Width = 193 Height = 16 AutoSize = False Caption = 'Validation Key' end object PackageImage: TImage Left = 16 Top = 16 Width = 100 Height = 100 end object KeyEdit: TEdit Left = 144 Top = 132 Width = 257 Height = 24 TabOrder = 0 end end object ValidateButton: TButton Left = 269 Top = 180 Width = 73 Height = 25 Caption = 'Validate' Default = True ModalResult = 1 TabOrder = 1 end object CancelButton: TButton Left = 345 Top = 180 Width = 73 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object ValidationResolutionFix: TResolutionFix DesignRes = 96 Left = 4 Top = 176 end end