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   
Text File  |  1997-01-16  |  2KB  |  78 lines

  1. object AboutSQLMonitor: TAboutSQLMonitor
  2.   Left = 342
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About %s'
  7.   ClientHeight = 152
  8.   ClientWidth = 298
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 281
  23.     Height = 105
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     TabOrder = 0
  27.     object ProgramIcon: TImage
  28.       Left = 16
  29.       Top = 18
  30.       Width = 33
  31.       Height = 33
  32.       Stretch = True
  33.       IsControl = True
  34.     end
  35.     object Copyright: TLabel
  36.       Left = 16
  37.       Top = 80
  38.       Width = 249
  39.       Height = 13
  40.       Alignment = taCenter
  41.       AutoSize = False
  42.       Caption = 'Copyright ∩┐╜ 1996  Borland International'
  43.       IsControl = True
  44.     end
  45.     object ProductName: TLabel
  46.       Left = 49
  47.       Top = 16
  48.       Width = 184
  49.       Height = 13
  50.       Alignment = taCenter
  51.       AutoSize = False
  52.       Caption = '%s'
  53.       IsControl = True
  54.     end
  55.     object Version: TLabel
  56.       Left = 51
  57.       Top = 38
  58.       Width = 179
  59.       Height = 13
  60.       Alignment = taCenter
  61.       AutoSize = False
  62.       Caption = 'Version 1.0'
  63.       IsControl = True
  64.     end
  65.   end
  66.   object OKBtn: TButton
  67.     Left = 111
  68.     Top = 122
  69.     Width = 75
  70.     Height = 25
  71.     Cancel = True
  72.     Caption = 'OK'
  73.     Default = True
  74.     ModalResult = 2
  75.     TabOrder = 1
  76.   end
  77. end
  78.