home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / soundCD_1.03.iso / formats / AAC / PsyTELDrop.exe / 0 / RCDATA / TFRMABOUTBOX / TFRMABOUTBOX.txt < prev   
Text File  |  2002-03-06  |  4KB  |  181 lines

  1. object frmAboutBox: TfrmAboutBox
  2.   Left = 228
  3.   Top = 191
  4.   BorderStyle = bsDialog
  5.   Caption = 'About PsyTELDrop'
  6.   ClientHeight = 244
  7.   ClientWidth = 212
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 193
  20.     Height = 193
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object Bevel1: TBevel
  26.       Left = 13
  27.       Top = 91
  28.       Width = 167
  29.       Height = 3
  30.     end
  31.     object imgProgramIcon: TImage
  32.       Left = 9
  33.       Top = 9
  34.       Width = 48
  35.       Height = 48
  36.       Center = True
  37.       Picture.Data = {<image000.ico>}
  38.       Transparent = True
  39.       IsControl = True
  40.     end
  41.     object lblProductName: TLabel
  42.       Left = 72
  43.       Top = 13
  44.       Width = 78
  45.       Height = 16
  46.       Caption = 'PsyTELDrop'
  47.       Font.Charset = DEFAULT_CHARSET
  48.       Font.Color = clWindowText
  49.       Font.Height = -13
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = []
  52.       ParentFont = False
  53.       IsControl = True
  54.     end
  55.     object lblVersion: TLabel
  56.       Left = 72
  57.       Top = 37
  58.       Width = 53
  59.       Height = 13
  60.       Caption = 'Version 1.3'
  61.       IsControl = True
  62.     end
  63.     object lblCopyright: TLabel
  64.       Left = 19
  65.       Top = 65
  66.       Width = 71
  67.       Height = 13
  68.       Caption = 'Copyright 2002'
  69.       IsControl = True
  70.     end
  71.     object url1: TRUrllabel
  72.       Left = 168
  73.       Top = 40
  74.       Width = 17
  75.       Height = 13
  76.       Cursor = crHandPoint
  77.       Caption = 'url1'
  78.       Font.Charset = DEFAULT_CHARSET
  79.       Font.Color = clBlue
  80.       Font.Height = -11
  81.       Font.Name = 'MS Sans Serif'
  82.       Font.Style = [fsUnderline]
  83.       ParentFont = False
  84.       Visible = False
  85.       DetectMouse = True
  86.       UrlType = Mail
  87.       ActiveColor = clRed
  88.     end
  89.     object lblPsyTEL: TLabel
  90.       Left = 31
  91.       Top = 103
  92.       Width = 93
  93.       Height = 13
  94.       Cursor = crHandPoint
  95.       Caption = 'PsyTEL HomePage'
  96.       DragCursor = crHandPoint
  97.       Font.Charset = DEFAULT_CHARSET
  98.       Font.Color = clBlack
  99.       Font.Height = -11
  100.       Font.Name = 'MS Sans Serif'
  101.       Font.Style = []
  102.       ParentFont = False
  103.       OnClick = lblPsyTELClick
  104.     end
  105.     object lblMail: TLabel
  106.       Left = 107
  107.       Top = 65
  108.       Width = 67
  109.       Height = 13
  110.       Cursor = crHandPoint
  111.       Caption = 'Layer3Maniac'
  112.       DragCursor = crHandPoint
  113.       Font.Charset = DEFAULT_CHARSET
  114.       Font.Color = clBlack
  115.       Font.Height = -11
  116.       Font.Name = 'MS Sans Serif'
  117.       Font.Style = []
  118.       ParentFont = False
  119.       OnClick = lblMailClick
  120.     end
  121.     object lblMayhem: TLabel
  122.       Left = 31
  123.       Top = 163
  124.       Width = 76
  125.       Height = 13
  126.       Cursor = crHandPoint
  127.       Caption = 'Project Mayhem'
  128.       DragCursor = crDefault
  129.       Font.Charset = DEFAULT_CHARSET
  130.       Font.Color = clBlack
  131.       Font.Height = -11
  132.       Font.Name = 'MS Sans Serif'
  133.       Font.Style = []
  134.       ParentFont = False
  135.       OnClick = lblMayhemClick
  136.     end
  137.     object lblDownload: TLabel
  138.       Left = 31
  139.       Top = 123
  140.       Width = 83
  141.       Height = 13
  142.       Cursor = crHandPoint
  143.       Caption = 'FAAC HomePage'
  144.       Font.Charset = DEFAULT_CHARSET
  145.       Font.Color = clBlack
  146.       Font.Height = -11
  147.       Font.Name = 'MS Sans Serif'
  148.       Font.Style = []
  149.       ParentFont = False
  150.       OnClick = lblDownloadClick
  151.     end
  152.     object lblRoberto: TLabel
  153.       Left = 31
  154.       Top = 143
  155.       Width = 98
  156.       Height = 13
  157.       Cursor = crHandPoint
  158.       Caption = 'Rare Audio Software'
  159.       DragCursor = crDefault
  160.       Font.Charset = DEFAULT_CHARSET
  161.       Font.Color = clBlack
  162.       Font.Height = -11
  163.       Font.Name = 'MS Sans Serif'
  164.       Font.Style = []
  165.       ParentFont = False
  166.       OnClick = lblRobertoClick
  167.     end
  168.   end
  169.   object btnOK: TButton
  170.     Left = 69
  171.     Top = 211
  172.     Width = 75
  173.     Height = 25
  174.     Caption = 'OK'
  175.     Default = True
  176.     ModalResult = 1
  177.     TabOrder = 1
  178.     OnClick = btnOKClick
  179.   end
  180. end
  181.