home *** CD-ROM | disk | FTP | other *** search
/ Geek 6 / Geek-006.iso / audio / composicao / dflow170.exe / drumflow.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  2000-10-23  |  2KB  |  105 lines

  1. object AboutBox: TAboutBox
  2.   Left = 201
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About DrumFlow'
  7.   ClientHeight = 333
  8.   ClientWidth = 317
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   Visible = True
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label2: TLabel
  22.     Left = 93
  23.     Top = 244
  24.     Width = 131
  25.     Height = 13
  26.     Caption = 'DrumFlow Version 1.70'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.   end
  34.   object Label3: TLabel
  35.     Left = 25
  36.     Top = 276
  37.     Width = 266
  38.     Height = 13
  39.     Alignment = taCenter
  40.     AutoSize = False
  41.     Caption = 'Press here I+W+D+Cntr to register the DrumFlow'
  42.   end
  43.   object Label1: TLabel
  44.     Left = 4
  45.     Top = 260
  46.     Width = 310
  47.     Height = 13
  48.     Caption = 'Copyright ∩┐╜ 2000 Nikolai Tikhonov. E-mail: vasnick@hotmail.com'
  49.   end
  50.   object Label5: TLabel
  51.     Left = 24
  52.     Top = 292
  53.     Width = 61
  54.     Height = 13
  55.     Caption = 'Home page: '
  56.   end
  57.   object Label4: TLabel
  58.     Left = 86
  59.     Top = 292
  60.     Width = 200
  61.     Height = 13
  62.     Caption = 'http://tnikolai.virtualave.net/drumflow.html'
  63.     Font.Charset = DEFAULT_CHARSET
  64.     Font.Color = clWindowText
  65.     Font.Height = -11
  66.     Font.Name = 'MS Sans Serif'
  67.     Font.Style = []
  68.     ParentFont = False
  69.     OnClick = Label4Click
  70.   end
  71.   object OKButton: TButton
  72.     Left = 103
  73.     Top = 308
  74.     Width = 112
  75.     Height = 25
  76.     Caption = '&Ok'
  77.     Default = True
  78.     ModalResult = 1
  79.     TabOrder = 0
  80.     OnClick = OKButtonClick
  81.   end
  82.   object Panel1: TPanel
  83.     Left = 0
  84.     Top = 0
  85.     Width = 317
  86.     Height = 242
  87.     BevelOuter = bvLowered
  88.     TabOrder = 1
  89.     object Image1: TImage
  90.       Left = 1
  91.       Top = 1
  92.       Width = 315
  93.       Height = 240
  94.       AutoSize = True
  95.       Picture.Data = {<image001.bmp>}
  96.     end
  97.   end
  98.   object Abouttimer: TTimer
  99.     Enabled = False
  100.     OnTimer = AbouttimerTimer
  101.     Left = 280
  102.     Top = 124
  103.   end
  104. end
  105.