home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 24
- Top = 18
- ActiveControl = OKButton
- BorderStyle = bsDialog
- Caption = 'About TImageFX'
- ClientHeight = 312
- ClientWidth = 298
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 16
- object StretchPanel1: TStretchPanel
- Left = 0
- Top = 0
- Width = 298
- Height = 177
- Align = alTop
- TabOrder = 1
- Anchors = []
- KeepAspect = NoAspect
- StretchControls = False
- StretchFonts = False
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 281
- Height = 121
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 8
- Top = 8
- Width = 65
- Height = 57
- Picture.Data = {<image000.bmp>}
- Stretch = True
- IsControl = True
- end
- object ProductName: TLabel
- Left = 88
- Top = 16
- Width = 146
- Height = 19
- Caption = 'TImageFX for Delphi'
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- IsControl = True
- end
- object Version: TLabel
- Left = 120
- Top = 48
- Width = 72
- Height = 13
- Caption = 'Version 1.00'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Copyright: TLabel
- Left = 24
- Top = 80
- Width = 240
- Height = 26
- Alignment = taCenter
- Caption = 'Copyright �1996 Beond Technology Corp. All rights reserved.'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- IsControl = True
- end
- end
- end
- object OKButton: TBitBtn
- Left = 111
- Top = 138
- Width = 77
- Height = 27
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- OnClick = OKButtonClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object Panel2: TPanel
- Left = 0
- Top = 177
- Width = 298
- Height = 135
- Align = alClient
- Alignment = taLeftJustify
- BevelInner = bvLowered
- BevelWidth = 2
- TabOrder = 2
- object Memo1: TMemo
- Left = 4
- Top = 4
- Width = 290
- Height = 127
- Align = alClient
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- Lines.Strings = (
- #9#9'TImageFX'
- 'Add SUPERCOOL bitmap transition effects to'
- 'your applications with absolutely NO EFFORT! '
- 'Attention getting multimedia transitions from'
- 'top to bottom, left to right, implode, explode'
- 'and more.'
- ''
- 'Great for splash screens or where ever you'
- 'need to show a bitmap. Twenty effects for'
- '$39.00 in a single component.'
- 'GO SWREG and register # 11822.'
- ''
- 'Developed by'
- ''
- 'Beond Technology Corp.'
- 'CompuServe: 76640,2664'
- 'Internet: brianlow@mcs.com'
- ''
- 'Other Beond Tech products:'
- ''
- 'TStretchPanel, the Delphi'
- 'panel which makes all its controls'
- 'elastic so they (and their fonts) grow'
- 'and shrink with the panel.')
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- WantTabs = True
- end
- end
- end
-