home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 377
- Top = 299
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 213
- ClientWidth = 298
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 9
- Top = 10
- Width = 281
- Height = 161
- BevelInner = bvRaised
- BevelOuter = bvLowered
- ParentColor = True
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 66
- Top = 12
- Width = 150
- Height = 70
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- IsControl = True
- end
- object ProductName: TLabel
- Left = 94
- Top = 103
- Width = 90
- Height = 13
- Caption = 'Borland SQL Editor'
- IsControl = True
- end
- object Version: TLabel
- Left = 65
- Top = 138
- Width = 150
- Height = 13
- Caption = 'Version 1.0 Build #4 (3/28/97)'
- IsControl = True
- end
- object Copyright: TLabel
- Left = 70
- Top = 120
- Width = 139
- Height = 13
- Caption = '(c) Borland International 1997'
- IsControl = True
- end
- end
- object OKButton: TButton
- Left = 111
- Top = 179
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = OKButtonClick
- end
- end
-