home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / tools / 95beyond / beyond32.exe / 0 / RCDATA / TABOUTDIALOG / TABOUTDIALOG.txt
Text File  |  1997-11-09  |  3KB  |  159 lines

  1. object AboutDialog: TAboutDialog
  2.   Left = 230
  3.   Top = 113
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 192
  8.   ClientWidth = 329
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ProgramIcon: TImage
  18.     Left = 24
  19.     Top = 16
  20.     Width = 32
  21.     Height = 32
  22.     Stretch = True
  23.     IsControl = True
  24.   end
  25.   object NameDisplay: TLabel
  26.     Left = 72
  27.     Top = 78
  28.     Width = 116
  29.     Height = 13
  30.     Caption = '<unregistered copy>'
  31.     ShowAccelChar = False
  32.     Transparent = True
  33.     IsControl = True
  34.   end
  35.   object VersionDisplay: TLabel
  36.     Left = 256
  37.     Top = 21
  38.     Width = 17
  39.     Height = 13
  40.     Caption = 'x.x'
  41.     Font.Color = clBlack
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.     Transparent = True
  47.     IsControl = True
  48.   end
  49.   object Label5: TLabel
  50.     Left = 24
  51.     Top = 134
  52.     Width = 183
  53.     Height = 13
  54.     Caption = 'Copyright ∩┐╜ 1996-97 Scooter Software'
  55.     Font.Color = clBlack
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     Transparent = True
  61.     IsControl = True
  62.   end
  63.   object Label2: TLabel
  64.     Left = 216
  65.     Top = 21
  66.     Width = 38
  67.     Height = 13
  68.     Caption = 'Version:'
  69.     Font.Color = clBlack
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ParentFont = False
  74.     Transparent = True
  75.   end
  76.   object ProductTitleDisplay: TLabel
  77.     Left = 72
  78.     Top = 16
  79.     Width = 138
  80.     Height = 20
  81.     Caption = 'Beyond Compare'
  82.     Font.Color = clBlack
  83.     Font.Height = -16
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = [fsBold]
  86.     ParentFont = False
  87.     Transparent = True
  88.   end
  89.   object Label7: TLabel
  90.     Left = 24
  91.     Top = 148
  92.     Width = 83
  93.     Height = 13
  94.     Caption = 'All rights reserved'
  95.     Font.Color = clBlack
  96.     Font.Height = -11
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = []
  99.     ParentFont = False
  100.     Transparent = True
  101.   end
  102.   object OrgDisplay: TLabel
  103.     Left = 72
  104.     Top = 92
  105.     Width = 5
  106.     Height = 13
  107.     ShowAccelChar = False
  108.     Transparent = True
  109.     IsControl = True
  110.   end
  111.   object Label4: TLabel
  112.     Left = 72
  113.     Top = 60
  114.     Width = 66
  115.     Height = 13
  116.     Caption = 'Registered to:'
  117.     Font.Color = clBlack
  118.     Font.Height = -11
  119.     Font.Name = 'MS Sans Serif'
  120.     Font.Style = []
  121.     ParentFont = False
  122.   end
  123.   object ForWin95: TLabel
  124.     Left = 72
  125.     Top = 36
  126.     Width = 71
  127.     Height = 13
  128.     Caption = 'for Windows95'
  129.     Font.Color = clBlack
  130.     Font.Height = -11
  131.     Font.Name = 'MS Sans Serif'
  132.     Font.Style = []
  133.     ParentFont = False
  134.   end
  135.   object Label1: TLabel
  136.     Left = 24
  137.     Top = 172
  138.     Width = 125
  139.     Height = 13
  140.     Caption = 'www.scootersoftware.com'
  141.     Font.Color = clBlack
  142.     Font.Height = -11
  143.     Font.Name = 'MS Sans Serif'
  144.     Font.Style = []
  145.     ParentFont = False
  146.   end
  147.   object CloseBtn: TBitBtn
  148.     Left = 240
  149.     Top = 152
  150.     Width = 73
  151.     Height = 26
  152.     Cancel = True
  153.     Caption = '&OK'
  154.     Default = True
  155.     TabOrder = 0
  156.     OnClick = CloseBtnClick
  157.   end
  158. end
  159.