home *** CD-ROM | disk | FTP | other *** search
- object CreditsForm: TCreditsForm
- Left = 109
- Top = 387
- BorderStyle = bsDialog
- Caption = '%s Developers'
- ClientHeight = 154
- ClientWidth = 302
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -14
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 16
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 285
- Height = 106
- BevelInner = bvRaised
- BevelOuter = bvLowered
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 16
- Top = 16
- Width = 34
- Height = 34
- IncrementalDisplay = False
- Picture.Data = {<image001.ico>}
- Stretch = True
- IsControl = True
- end
- object ListNames: TListBox
- Left = 72
- Top = 8
- Width = 201
- Height = 89
- ItemHeight = 16
- TabOrder = 0
- end
- end
- object OKBtn: TButton
- Left = 113
- Top = 124
- Width = 76
- Height = 25
- Cancel = True
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- end
-