home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / DBX.DLL / RCDATA / TABOUTDBEXPLORER / TABOUTDBEXPLORER.txt < prev   
Text File  |  1997-01-16  |  2KB  |  79 lines

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