home *** CD-ROM | disk | FTP | other *** search
- object frmAboutBox: TfrmAboutBox
- Left = 263
- Top = 98
- ActiveControl = OKButton
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 236
- ClientWidth = 297
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 279
- Height = 185
- BevelInner = bvRaised
- BevelOuter = bvLowered
- ParentColor = True
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 8
- Top = 8
- Width = 259
- Height = 97
- Picture.Data = {<image000.bmp>}
- Stretch = True
- IsControl = True
- end
- object ProductName: TLabel
- Left = 46
- Top = 112
- Width = 189
- Height = 13
- Caption = 'Everything I Own! -- Version 1.7b'
- Font.Color = clBlue
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Copyright: TLabel
- Left = 56
- Top = 144
- Width = 172
- Height = 13
- Caption = 'Copyright 1997 - BlueCollar Software'
- Font.Color = clBlue
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- IsControl = True
- end
- object Label2: TLabel
- Left = 62
- Top = 128
- Width = 160
- Height = 13
- Caption = 'Unlicensed Evaluation Copy'
- Font.Color = clBlue
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Label1: TLabel
- Left = 96
- Top = 160
- Width = 93
- Height = 13
- Caption = 'All Rights Reserved'
- Font.Color = clBlue
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- IsControl = True
- end
- end
- object OKButton: TButton
- Left = 111
- Top = 204
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = OKButtonClick
- end
- end
-