object CrackForm: TCrackForm Left = 192 Top = 107 BorderStyle = bsToolWindow Caption = 'License problem' ClientHeight = 351 ClientWidth = 530 Color = clOlive Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnClose = ProgEnd PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 160 Top = 16 Width = 210 Height = 22 Alignment = taCenter AutoSize = False Caption = 'Dear DebugDelphi user !' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -19 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 16 Top = 80 Width = 412 Height = 22 Alignment = taCenter Caption = 'Getting this message can have different reasons:' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -19 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 168 Top = 48 Width = 49 Height = 25 Alignment = taRightJustify AutoSize = False Caption = 'Error ' Color = clOlive Font.Charset = DEFAULT_CHARSET Font.Color = clYellow Font.Height = -19 Font.Name = 'Arial' Font.Style = [] ParentColor = False ParentFont = False end object ErrorNumber: TLabel Left = 224 Top = 48 Width = 27 Height = 22 Alignment = taCenter Caption = 'xxx' Font.Charset = DEFAULT_CHARSET Font.Color = clLime Font.Height = -19 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label5: TLabel Left = 272 Top = 48 Width = 89 Height = 25 AutoSize = False Caption = 'appeared.' Font.Charset = DEFAULT_CHARSET Font.Color = clYellow Font.Height = -19 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label6: TLabel Left = 24 Top = 112 Width = 361 Height = 22 Alignment = taCenter Caption = 'a) You are using an outdated license key or' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -19 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label7: TLabel Left = 24 Top = 144 Width = 486 Height = 22 Alignment = taCenter Caption = 'b) you are working with a cracked version of DebugDelphi.' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -19 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label9: TLabel Left = 16 Top = 184 Width = 305 Height = 19 Alignment = taCenter Caption = 'What can you do to solve this problem ?' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label10: TLabel Left = 16 Top = 216 Width = 503 Height = 18 Alignment = taCenter Caption = '- for case a) You can ask for a new license key (for registered ' + 'users only).' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -16 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label11: TLabel Left = 16 Top = 248 Width = 387 Height = 18 Alignment = taCenter Caption = '- for case b) You can order a legal copy of DebugDelphi.' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -16 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label12: TLabel Left = 16 Top = 280 Width = 203 Height = 19 Alignment = taCenter Caption = 'DebugDelphi will end now.' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Button1: TButton Left = 222 Top = 312 Width = 75 Height = 25 Caption = 'OK' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnClick = EndAll end end