object DIKeyForm: TDIKeyForm Left = 242 Top = 183 BorderIcons = [biSystemMenu] BorderStyle = bsDialog ClientHeight = 294 ClientWidth = 355 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object KeyLabel: TLabel Left = 28 Top = 213 Width = 48 Height = 13 Caption = 'Enter key:' end object Bevel1: TBevel Left = 15 Top = 196 Width = 325 Height = 4 Shape = bsTopLine end object Bevel2: TBevel Left = 15 Top = 241 Width = 325 Height = 4 Shape = bsTopLine end object SorryLabel: TLabel Left = 16 Top = 10 Width = 50 Height = 13 Caption = 'SorryLabel' end object httpLabel: TLabel Left = 16 Top = 31 Width = 190 Height = 13 Caption = ' http://www.beyersdorf.com/' Color = clBtnFace Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False end object KeyEdit: TEdit Left = 88 Top = 210 Width = 236 Height = 21 MaxLength = 10 TabOrder = 2 end object KeyRichEdit: TRichEdit Left = 16 Top = 52 Width = 336 Height = 142 BorderStyle = bsNone Color = clBtnFace Enabled = False ReadOnly = True TabOrder = 3 end object CancelBtn: TButton Left = 192 Top = 257 Width = 75 Height = 25 Cancel = True Caption = 'Abbrechen' ModalResult = 2 TabOrder = 1 end object OKBtn: TButton Left = 88 Top = 257 Width = 75 Height = 25 Caption = 'OK' Default = True Enabled = False ModalResult = 1 TabOrder = 0 end object KeyTimer: TTimer Enabled = False OnTimer = KeyTimerTimer Left = 284 Top = 252 end end