home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
SQLMON.EXE
/
0
/
RCDATA
/
TABOUTSQLMONITOR
/
TABOUTSQLMONITOR.txt
< prev
Wrap
Text File
|
1997-01-16
|
2KB
|
78 lines
object AboutSQLMonitor: TAboutSQLMonitor
Left = 342
Top = 108
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'About %s'
ClientHeight = 152
ClientWidth = 298
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
PixelsPerInch = 96
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
TextHeight = 13
object Panel1: TPanel
Left = 8
Top = 8
Width = 281
Height = 105
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 0
object ProgramIcon: TImage
Left = 16
Top = 18
Width = 33
Height = 33
Stretch = True
IsControl = True
end
object Copyright: TLabel
Left = 16
Top = 80
Width = 249
Height = 13
Alignment = taCenter
AutoSize = False
Caption = 'Copyright � 1996 Borland International'
IsControl = True
end
object ProductName: TLabel
Left = 49
Top = 16
Width = 184
Height = 13
Alignment = taCenter
AutoSize = False
Caption = '%s'
IsControl = True
end
object Version: TLabel
Left = 51
Top = 38
Width = 179
Height = 13
Alignment = taCenter
AutoSize = False
Caption = 'Version 1.0'
IsControl = True
end
end
object OKBtn: TButton
Left = 111
Top = 122
Width = 75
Height = 25
Cancel = True
Caption = 'OK'
Default = True
ModalResult = 2
TabOrder = 1
end
end