home *** CD-ROM | disk | FTP | other *** search
/ Freelog 59 / Freelog059.iso / Bas / Musique / Minihost / MiniHost.exe / 0 / RCDATA / TABOUT / TABOUT.txt
Text File  |  2004-06-27  |  3KB  |  157 lines

  1. object about: Tabout
  2.   Left = 370
  3.   Top = 241
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 314
  8.   ClientWidth = 225
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object Label1: TLabel
  21.     Left = 48
  22.     Top = 16
  23.     Width = 121
  24.     Height = 14
  25.     Caption = 'Tobybear MiniHost 1.0'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clRed
  28.     Font.Height = -11
  29.     Font.Name = 'Arial'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object Label2: TLabel
  34.     Left = 15
  35.     Top = 184
  36.     Width = 189
  37.     Height = 42
  38.     Alignment = taCenter
  39.     Caption = 
  40.       '(C)opyright in 2004 by Tobias Fleischer'#13#10'based on the Delphi VST' +
  41.       ' and ASIO '#13#10'host code by Christian Budde'
  42.   end
  43.   object Label3: TLabel
  44.     Left = 40
  45.     Top = 160
  46.     Width = 101
  47.     Height = 14
  48.     Cursor = crHandPoint
  49.     Caption = 'tobybear@web.de'
  50.     Font.Charset = DEFAULT_CHARSET
  51.     Font.Color = clRed
  52.     Font.Height = -11
  53.     Font.Name = 'Arial'
  54.     Font.Style = [fsBold]
  55.     ParentFont = False
  56.     OnClick = Label3Click
  57.   end
  58.   object Label4: TLabel
  59.     Left = 40
  60.     Top = 144
  61.     Width = 130
  62.     Height = 14
  63.     Cursor = crHandPoint
  64.     Caption = 'http://www.tobybear.de'
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = clRed
  67.     Font.Height = -11
  68.     Font.Name = 'Arial'
  69.     Font.Style = [fsBold]
  70.     ParentFont = False
  71.     OnClick = Label4Click
  72.   end
  73.   object Label5: TLabel
  74.     Left = 24
  75.     Top = 120
  76.     Width = 175
  77.     Height = 14
  78.     Cursor = crHandPoint
  79.     Caption = '[Click here to donate via PayPal]'
  80.     Font.Charset = DEFAULT_CHARSET
  81.     Font.Color = clRed
  82.     Font.Height = -11
  83.     Font.Name = 'Arial'
  84.     Font.Style = [fsBold]
  85.     ParentFont = False
  86.     OnClick = Label5Click
  87.   end
  88.   object Label6: TLabel
  89.     Left = 8
  90.     Top = 160
  91.     Width = 27
  92.     Height = 14
  93.     Caption = 'email:'
  94.   end
  95.   object Label7: TLabel
  96.     Left = 40
  97.     Top = 240
  98.     Width = 150
  99.     Height = 28
  100.     Alignment = taCenter
  101.     Caption = 'VST and ASIO are registered '#13#10'trademarks by Steinberg GmbH'
  102.   end
  103.   object Label8: TLabel
  104.     Left = 8
  105.     Top = 64
  106.     Width = 203
  107.     Height = 42
  108.     Alignment = taCenter
  109.     Caption = 
  110.       'Countless hours of coding were needed'#13#10'to make this little appli' +
  111.       'cation, so please '#13#10'donate some money if you use it regularly!'
  112.   end
  113.   object Label9: TLabel
  114.     Left = 8
  115.     Top = 40
  116.     Width = 203
  117.     Height = 14
  118.     Caption = 'Read the included manual for detailed help'
  119.   end
  120.   object Label10: TLabel
  121.     Left = 24
  122.     Top = 280
  123.     Width = 181
  124.     Height = 14
  125.     Caption = 'Register to get rid of this box! [8]'
  126.     Font.Charset = DEFAULT_CHARSET
  127.     Font.Color = clRed
  128.     Font.Height = -11
  129.     Font.Name = 'Arial'
  130.     Font.Style = [fsBold]
  131.     ParentFont = False
  132.     Visible = False
  133.   end
  134.   object Label11: TLabel
  135.     Left = 8
  136.     Top = 144
  137.     Width = 25
  138.     Height = 14
  139.     Caption = 'web:'
  140.   end
  141.   object Button1: TButton
  142.     Left = 72
  143.     Top = 280
  144.     Width = 75
  145.     Height = 25
  146.     Caption = 'OK'
  147.     TabOrder = 0
  148.     OnClick = Button1Click
  149.   end
  150.   object Timer1: TTimer
  151.     Enabled = False
  152.     OnTimer = Timer1Timer
  153.     Left = 192
  154.     Top = 16
  155.   end
  156. end
  157.