home *** CD-ROM | disk | FTP | other *** search
- object AboutDbExplorer: TAboutDbExplorer
- Left = 43
- Top = 316
- BorderStyle = bsDialog
- Caption = 'About BDE Administrator'
- ClientHeight = 154
- ClientWidth = 302
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnDblClick = FormDblClick
- 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
- Picture.Data = {<image001.ico>}
- Stretch = True
- IsControl = True
- end
- object Copyright: TLabel
- Left = 27
- Top = 81
- Width = 234
- Height = 16
- Caption = 'Copyright (c) 1997 Borland International'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- IsControl = True
- end
- object ProductName: TLabel
- Left = 54
- Top = 16
- Width = 178
- Height = 16
- Alignment = taCenter
- AutoSize = False
- Caption = 'BDE Administrator'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- IsControl = True
- end
- object Version: TLabel
- Left = 106
- Top = 34
- Width = 73
- Height = 16
- Caption = 'Version 4.50'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- IsControl = True
- 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
-