home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / Chip_2002-05_cd1.bin / chplus / cpp / 3 / Tools.exe / about.dfm / about.txt next >
Text File  |  1998-02-09  |  2KB  |  95 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 213
  7.   ClientWidth = 298
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Default'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 161
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 8
  27.       Top = 8
  28.       Width = 65
  29.       Height = 57
  30.       Picture.Data = {<image000.bmp>}
  31.       Stretch = True
  32.       OnDblClick = ProgramIconDblClick
  33.       IsControl = True
  34.     end
  35.     object ProductName: TLabel
  36.       Left = 100
  37.       Top = 16
  38.       Width = 82
  39.       Height = 13
  40.       Caption = 'BCB WinTools'
  41.       Font.Charset = ANSI_CHARSET
  42.       Font.Color = clBlack
  43.       Font.Height = -11
  44.       Font.Name = 'MS Sans Serif'
  45.       Font.Style = [fsBold]
  46.       ParentFont = False
  47.       IsControl = True
  48.     end
  49.     object Version: TLabel
  50.       Left = 114
  51.       Top = 40
  52.       Width = 53
  53.       Height = 13
  54.       Caption = 'Version 3.0'
  55.       IsControl = True
  56.     end
  57.     object Copyright: TLabel
  58.       Left = 105
  59.       Top = 88
  60.       Width = 71
  61.       Height = 13
  62.       Caption = 'Copyright 1998'
  63.       IsControl = True
  64.     end
  65.     object Comments: TLabel
  66.       Left = 90
  67.       Top = 104
  68.       Width = 109
  69.       Height = 13
  70.       Caption = 'For Charlotte from Mike'
  71.       WordWrap = True
  72.       IsControl = True
  73.     end
  74.     object Label1: TLabel
  75.       Left = 44
  76.       Top = 104
  77.       Width = 166
  78.       Height = 13
  79.       Caption = '               Borland International        '
  80.       OnDblClick = Label1DblClick
  81.     end
  82.   end
  83.   object OKButton: TButton
  84.     Left = 111
  85.     Top = 180
  86.     Width = 75
  87.     Height = 25
  88.     Caption = 'OK'
  89.     Default = True
  90.     ModalResult = 1
  91.     TabOrder = 1
  92.     OnClick = OKButtonClick
  93.   end
  94. end
  95.