home *** CD-ROM | disk | FTP | other *** search
- object frmSplash: TfrmSplash
- Left = 349
- Top = 194
- HelpContext = 1
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 246
- ClientWidth = 414
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poDesktopCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnHelp = FormHelp
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object imgIcon: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- Picture.Data = {<image000.ico>}
- end
- object btnOK: TButton
- Left = 334
- Top = 216
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&OK'
- Default = True
- TabOrder = 0
- OnClick = btnOKClick
- end
- object chkShowSplash: TCheckBox
- Left = 44
- Top = 220
- Width = 101
- Height = 17
- Caption = 'Show At Startup'
- TabOrder = 1
- end
- object groupAbout: TGroupBox
- Left = 44
- Top = 4
- Width = 365
- Height = 149
- TabOrder = 2
- object memoAbout: TMemo
- Left = 8
- Top = 12
- Width = 349
- Height = 129
- Lines.Strings = (
- 'Sound Control Plus v x.xx'
- ''
- 'Copyright � 1999-2001 Paul McKnight, All Rights Reserved'
- ''
- 'Expires xx xxx xxx'
- ''
- 'Inno Setup - Copyright � 1998-2000 Jordan Russell'
- 'antTaskbarIcon - Copyright � 1999 by KARPOLAN'
- 'TAudioMixer - Copyright � 1998-2000 Vit Kovalcik'
- ''
-
- 'Warning: this computer program is protected by copyright law and' +
- ' '
-
- 'international treaties. Unauthorized reproduction or distributi' +
- 'on of this '
-
- 'program, or any portion of it, may result in severe civil and cr' +
- 'iminal '
-
- 'penalties, and will be prosectuted to the maximum extent possibl' +
- 'e '
- 'under law. See license.txt for full license details.')
- ScrollBars = ssVertical
- TabOrder = 0
- OnKeyPress = memoAboutKeyPress
- end
- end
- object groupLinks: TGroupBox
- Left = 44
- Top = 156
- Width = 365
- Height = 53
- Caption = 'WWW Links'
- TabOrder = 3
- object lblReallyEffectiveSoftware: TLabel
- Left = 8
- Top = 32
- Width = 119
- Height = 13
- Cursor = crHandPoint
- Caption = 'Really Effective Software'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = lblReallyEffectiveSoftwareClick
- end
- object lblHelpFree: TLabel
- Left = 8
- Top = 16
- Width = 137
- Height = 13
- Cursor = crHandPoint
- Caption = 'Help Keep This Product Free'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = lblHelpFreeClick
- end
- end
- end
-