home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 221
- Top = 167
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'About'
- ClientHeight = 172
- ClientWidth = 299
- Ctl3D = False
- Color = clSilver
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 299
- Height = 172
- Align = alClient
- Alignment = taLeftJustify
- BevelInner = bvRaised
- BevelOuter = bvNone
- BevelWidth = 3
- BorderStyle = bsSingle
- Color = clSilver
- TabOrder = 1
- object ProgramIcon: TImage
- Left = 8
- Top = 8
- Width = 70
- Height = 70
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Stretch = True
- IsControl = True
- end
- object ProductName: TLabel
- Left = 17
- Top = 88
- Width = 5
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Version: TLabel
- Left = 94
- Top = 114
- Width = 3
- Height = 13
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- IsControl = True
- end
- object Copyright: TLabel
- Left = 6
- Top = 138
- Width = 189
- Height = 13
- Caption = 'Copyright 1995-98 by PrimaSoft PC, Inc.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- IsControl = True
- end
- object SharewareText: TLabel
- Left = 88
- Top = 6
- Width = 203
- Height = 75
- AutoSize = False
- Caption =
- 'This version of Disk Analyzer is Freeware. You can use it for fr' +
- 'ee. Visit our home page for information on some other great Prim' +
- 'aSoft software products.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Label3: TLabel
- Left = 6
- Top = 152
- Width = 148
- Height = 13
- Caption = 'http://www.primasoft.com'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- end
- object BitBtn1: TBitBtn
- Left = 216
- Top = 123
- Width = 73
- Height = 28
- Caption = '&OK'
- TabOrder = 0
- Kind = bkOK
- end
- object Timer1: TTimer
- Interval = 20
- OnTimer = Timer1Timer
- Left = 6
- Top = 108
- end
- object Timer2: TTimer
- Enabled = False
- Interval = 2000
- OnTimer = Timer2Timer
- Left = 41
- Top = 105
- end
- end
-