home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 200
- Top = 108
- BorderStyle = bsDialog
- Caption = 'About Qsoft QuickFile'
- ClientHeight = 187
- ClientWidth = 298
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Position = poScreenCenter
- OnHide = FormHide
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 281
- Height = 137
- BevelInner = bvRaised
- BevelOuter = bvLowered
- ParentColor = True
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 8
- Top = 16
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- Stretch = True
- IsControl = True
- end
- object ProductName: TLabel
- Left = 56
- Top = 16
- Width = 83
- Height = 13
- Caption = 'Qsoft QuickFile'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object LabelVersion: TLabel
- Left = 56
- Top = 32
- Width = 60
- Height = 13
- Caption = 'Version 1.01'
- IsControl = True
- end
- object Copyright: TLabel
- Left = 8
- Top = 80
- Width = 187
- Height = 13
- Caption = 'Created by Qsoft, Mattias Schevenels.'
- IsControl = True
- end
- object Comments: TLabel
- Left = 8
- Top = 104
- Width = 50
- Height = 13
- Caption = 'Comments'
- IsControl = True
- end
- end
- object OKButton: TButton
- Left = 215
- Top = 156
- Width = 75
- Height = 23
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = OKButtonClick
- end
- end
-