home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / EXAMPLES / EXTENDED / UFORM2.DFM / UFORM2.txt
Encoding:
Text File  |  1998-10-24  |  609 b   |  32 lines

  1. object FormSecond: TFormSecond
  2.   Left = 22
  3.   Top = 103
  4.   Width = 652
  5.   Height = 369
  6.   Caption = 'Another Form showing a Chart...'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 256
  19.     Height = 16
  20.     Caption = 'This Chart is a copy of the Form1 Chart:'
  21.   end
  22.   object BitBtn1: TBitBtn
  23.     Left = 552
  24.     Top = 304
  25.     Width = 89
  26.     Height = 33
  27.     Caption = 'Close'
  28.     TabOrder = 0
  29.     OnClick = BitBtn1Click
  30.   end
  31. end
  32.