object AboutBox: TAboutBox Left = 201 Top = 108 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About DrumFlow' ClientHeight = 333 ClientWidth = 317 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter Scaled = False Visible = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 93 Top = 244 Width = 131 Height = 13 Caption = 'DrumFlow Version 1.70' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 25 Top = 276 Width = 266 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Press here I+W+D+Cntr to register the DrumFlow' end object Label1: TLabel Left = 4 Top = 260 Width = 310 Height = 13 Caption = 'Copyright � 2000 Nikolai Tikhonov. E-mail: vasnick@hotmail.com' end object Label5: TLabel Left = 24 Top = 292 Width = 61 Height = 13 Caption = 'Home page: ' end object Label4: TLabel Left = 86 Top = 292 Width = 200 Height = 13 Caption = 'http://tnikolai.virtualave.net/drumflow.html' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = Label4Click end object OKButton: TButton Left = 103 Top = 308 Width = 112 Height = 25 Caption = '&Ok' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKButtonClick end object Panel1: TPanel Left = 0 Top = 0 Width = 317 Height = 242 BevelOuter = bvLowered TabOrder = 1 object Image1: TImage Left = 1 Top = 1 Width = 315 Height = 240 AutoSize = True Picture.Data = {} end end object Abouttimer: TTimer Enabled = False OnTimer = AbouttimerTimer Left = 280 Top = 124 end end