home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 268
- Top = 179
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 213
- ClientWidth = 298
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object UrlLabelHomePage: TUrlLabel
- Left = 80
- Top = 163
- Width = 139
- Height = 13
- Cursor = 5
- Alignment = taCenter
- Caption = 'Aide Onlinometer Home Page'
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- PopupMenu = UrlLabelHomePage.
- URL = 'http://www.digicron.com/friberg'
- end
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 281
- Height = 150
- BevelInner = bvRaised
- BevelOuter = bvLowered
- ParentColor = True
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 8
- Top = 8
- Width = 33
- Height = 33
- Picture.Data = {<image000.ico>}
- Stretch = True
- IsControl = True
- end
- object ProductName: TLabel
- Left = 48
- Top = 8
- Width = 14
- Height = 27
- Font.Color = clBlack
- Font.Height = -24
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Version: TLabel
- Left = 80
- Top = 40
- Width = 56
- Height = 13
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Copyright: TLabel
- Left = 8
- Top = 80
- Width = 5
- Height = 13
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Comments: TLabel
- Left = 8
- Top = 104
- Width = 169
- Height = 13
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- IsControl = True
- end
- object lblRegisteredTo: TLabel
- Left = 8
- Top = 130
- Width = 5
- Height = 13
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- end
- object OKButton: TButton
- Left = 111
- Top = 185
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- end
-