home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / SoundCP / scp1.exe / {app} / SCP.EXE / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt < prev   
Encoding:
Text File  |  2001-11-03  |  3.1 KB  |  132 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 349
  3.   Top = 194
  4.   HelpContext = 1
  5.   HorzScrollBar.Visible = False
  6.   VertScrollBar.Visible = False
  7.   BorderIcons = [biSystemMenu, biHelp]
  8.   BorderStyle = bsDialog
  9.   Caption = 'About'
  10.   ClientHeight = 246
  11.   ClientWidth = 414
  12.   Color = clBtnFace
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   OldCreateOrder = True
  19.   Position = poDesktopCenter
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnHelp = FormHelp
  24.   OnShow = FormShow
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object imgIcon: TImage
  28.     Left = 8
  29.     Top = 8
  30.     Width = 32
  31.     Height = 32
  32.     Picture.Data = {<image000.ico>}
  33.   end
  34.   object btnOK: TButton
  35.     Left = 334
  36.     Top = 216
  37.     Width = 75
  38.     Height = 25
  39.     Cancel = True
  40.     Caption = '&OK'
  41.     Default = True
  42.     TabOrder = 0
  43.     OnClick = btnOKClick
  44.   end
  45.   object chkShowSplash: TCheckBox
  46.     Left = 44
  47.     Top = 220
  48.     Width = 101
  49.     Height = 17
  50.     Caption = 'Show At Startup'
  51.     TabOrder = 1
  52.   end
  53.   object groupAbout: TGroupBox
  54.     Left = 44
  55.     Top = 4
  56.     Width = 365
  57.     Height = 149
  58.     TabOrder = 2
  59.     object memoAbout: TMemo
  60.       Left = 8
  61.       Top = 12
  62.       Width = 349
  63.       Height = 129
  64.       Lines.Strings = (
  65.         'Sound Control Plus v x.xx'
  66.         ''
  67.         'Copyright ∩┐╜ 1999-2001 Paul McKnight, All Rights Reserved'
  68.         ''
  69.         'Expires xx xxx xxx'
  70.         ''
  71.         'Inno Setup - Copyright ∩┐╜ 1998-2000 Jordan Russell'
  72.         'antTaskbarIcon - Copyright ∩┐╜ 1999 by KARPOLAN'
  73.         'TAudioMixer - Copyright ∩┐╜ 1998-2000 Vit Kovalcik'
  74.         ''
  75.         
  76.           'Warning: this computer program is protected by copyright law and' +
  77.           ' '
  78.         
  79.           'international treaties.  Unauthorized reproduction or distributi' +
  80.           'on of this '
  81.         
  82.           'program, or any portion of it, may result in severe civil and cr' +
  83.           'iminal '
  84.         
  85.           'penalties, and will be prosectuted to the maximum extent possibl' +
  86.           'e '
  87.         'under law.  See license.txt for full license details.')
  88.       ScrollBars = ssVertical
  89.       TabOrder = 0
  90.       OnKeyPress = memoAboutKeyPress
  91.     end
  92.   end
  93.   object groupLinks: TGroupBox
  94.     Left = 44
  95.     Top = 156
  96.     Width = 365
  97.     Height = 53
  98.     Caption = 'WWW Links'
  99.     TabOrder = 3
  100.     object lblReallyEffectiveSoftware: TLabel
  101.       Left = 8
  102.       Top = 32
  103.       Width = 119
  104.       Height = 13
  105.       Cursor = crHandPoint
  106.       Caption = 'Really Effective Software'
  107.       Font.Charset = DEFAULT_CHARSET
  108.       Font.Color = clBlue
  109.       Font.Height = -11
  110.       Font.Name = 'MS Sans Serif'
  111.       Font.Style = [fsUnderline]
  112.       ParentFont = False
  113.       OnClick = lblReallyEffectiveSoftwareClick
  114.     end
  115.     object lblHelpFree: TLabel
  116.       Left = 8
  117.       Top = 16
  118.       Width = 137
  119.       Height = 13
  120.       Cursor = crHandPoint
  121.       Caption = 'Help Keep This Product Free'
  122.       Font.Charset = DEFAULT_CHARSET
  123.       Font.Color = clBlue
  124.       Font.Height = -11
  125.       Font.Name = 'MS Sans Serif'
  126.       Font.Style = [fsUnderline]
  127.       ParentFont = False
  128.       OnClick = lblHelpFreeClick
  129.     end
  130.   end
  131. end
  132.