home *** CD-ROM | disk | FTP | other *** search
/ Freelog 65 / Freelog065.iso / BAS / Musique / AllThatChords / allthatchords.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  2005-01-25  |  2KB  |  91 lines

  1. object AboutBox: TAboutBox
  2.   Tag = 200
  3.   Left = 344
  4.   Top = 173
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 329
  8.   ClientWidth = 289
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 273
  23.     Height = 313
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     ParentColor = True
  27.     TabOrder = 0
  28.     object ProgramIcon: TImage
  29.       Left = 8
  30.       Top = 8
  31.       Width = 255
  32.       Height = 261
  33.       AutoSize = True
  34.       Picture.Data = {<image000.jpg>}
  35.       Stretch = True
  36.       IsControl = True
  37.     end
  38.     object SendMail: TImage
  39.       Tag = 202
  40.       Left = 15
  41.       Top = 254
  42.       Width = 18
  43.       Height = 9
  44.       Cursor = crHandPoint
  45.       Hint = 'Don'#39't hesitate to send me a mail...'
  46.       ParentShowHint = False
  47.       ShowHint = True
  48.       OnClick = SendMailClick
  49.     end
  50.     object LabelVersion: TLabel
  51.       Left = 195
  52.       Top = 240
  53.       Width = 64
  54.       Height = 13
  55.       Alignment = taRightJustify
  56.       Caption = 'version 2.0'
  57.       Color = clWhite
  58.       Font.Charset = ANSI_CHARSET
  59.       Font.Color = clWhite
  60.       Font.Height = -11
  61.       Font.Name = 'Verdana'
  62.       Font.Style = []
  63.       ParentColor = False
  64.       ParentFont = False
  65.       Transparent = True
  66.     end
  67.     object Homepage: TImage
  68.       Left = 52
  69.       Top = 248
  70.       Width = 16
  71.       Height = 17
  72.       Cursor = crHandPoint
  73.       Hint = 'Home page'
  74.       ParentShowHint = False
  75.       ShowHint = True
  76.       OnClick = HomepageClick
  77.     end
  78.   end
  79.   object OKButton: TButton
  80.     Tag = 201
  81.     Left = 103
  82.     Top = 284
  83.     Width = 75
  84.     Height = 25
  85.     Caption = 'OK'
  86.     Default = True
  87.     ModalResult = 1
  88.     TabOrder = 1
  89.   end
  90. end
  91.