home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / EXAMPLES / PACMAN / UABOUT.DFM / UABOUT.txt < prev   
Encoding:
Text File  |  1998-10-24  |  2.3 KB  |  111 lines

  1. object AboutTeePac: TAboutTeePac
  2.   Left = 201
  3.   Top = 104
  4.   Width = 401
  5.   Height = 375
  6.   Caption = 'About TeePac...'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   TextHeight = 13
  15.   object Image1: TImage
  16.     Left = 5
  17.     Top = 7
  18.     Width = 380
  19.     Height = 140
  20.     AutoSize = True
  21.     Picture.Data = {<image000.bmp>}
  22.   end
  23.   object Label1: TLabel
  24.     Left = 64
  25.     Top = 159
  26.     Width = 264
  27.     Height = 23
  28.     Alignment = taCenter
  29.     Caption = 'The 100% Native Data-Aware'
  30.     Font.Color = clNavy
  31.     Font.Height = -19
  32.     Font.Name = 'Arial'
  33.     Font.Style = [fsBold, fsItalic]
  34.     ParentFont = False
  35.   end
  36.   object Label2: TLabel
  37.     Left = 32
  38.     Top = 187
  39.     Width = 331
  40.     Height = 23
  41.     Alignment = taCenter
  42.     Caption = 'Charting and Graphing VCL Library'
  43.     Font.Color = clTeal
  44.     Font.Height = -19
  45.     Font.Name = 'Arial'
  46.     Font.Style = [fsBold, fsItalic]
  47.     ParentFont = False
  48.   end
  49.   object Label3: TLabel
  50.     Left = 16
  51.     Top = 215
  52.     Width = 373
  53.     Height = 18
  54.     Alignment = taCenter
  55.     Caption = 'for all versions of Borland Delphi  and C++ Builder'
  56.     Font.Color = clRed
  57.     Font.Height = -16
  58.     Font.Name = 'Arial'
  59.     Font.Style = [fsBold, fsItalic]
  60.     ParentFont = False
  61.   end
  62.   object Label4: TLabel
  63.     Left = 16
  64.     Top = 245
  65.     Width = 250
  66.     Height = 16
  67.     Alignment = taCenter
  68.     Caption = 'Copyright (c) 1995-1998 by David Berneda'
  69.     Font.Color = clWindowText
  70.     Font.Height = -13
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ParentFont = False
  74.   end
  75.   object Label5: TLabel
  76.     Left = 16
  77.     Top = 265
  78.     Width = 161
  79.     Height = 16
  80.     Alignment = taCenter
  81.     Caption = 'email:   info@teemach.com'
  82.     Font.Color = clWindowText
  83.     Font.Height = -13
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = []
  86.     ParentFont = False
  87.   end
  88.   object Label10: TLabel
  89.     Left = 16
  90.     Top = 282
  91.     Width = 143
  92.     Height = 16
  93.     Alignment = taCenter
  94.     Caption = 'http://www.teemach.com'
  95.     Font.Color = clWindowText
  96.     Font.Height = -13
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = []
  99.     ParentFont = False
  100.   end
  101.   object BitBtn1: TBitBtn
  102.     Left = 160
  103.     Top = 305
  104.     Width = 89
  105.     Height = 33
  106.     TabOrder = 0
  107.     OnClick = BitBtn1Click
  108.     Kind = bkClose
  109.   end
  110. end
  111.