home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 200
- Top = 108
- BorderStyle = bsDialog
- ClientHeight = 195
- ClientWidth = 289
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 273
- Height = 145
- BevelInner = bvRaised
- BevelOuter = bvLowered
- ParentColor = True
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 8
- Top = 8
- Width = 65
- Height = 64
- Picture.Data = {<image000.bmp>}
- Stretch = True
- IsControl = True
- end
- object ProductName: TLabel
- Left = 88
- Top = 16
- Width = 53
- Height = 13
- Caption = 'QuakeMap'
- IsControl = True
- end
- object Version: TLabel
- Left = 88
- Top = 40
- Width = 151
- Height = 13
- Caption = 'Version 2.0 BETA - release 4'
- IsControl = True
- end
- object Copyright: TLabel
- Left = 16
- Top = 112
- Width = 240
- Height = 13
- Caption = 'Armin Rigo (armin.rigo@p22.gnothi.fn.alphanet.ch)'
- IsControl = True
- end
- object Comments: TLabel
- Left = 16
- Top = 88
- Width = 198
- Height = 13
- Caption = 'Quake Map Explorer - Quake Map Editor'
- IsControl = True
- end
- end
- object OKButton: TButton
- Left = 103
- Top = 165
- Width = 75
- Height = 24
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- end
-