home *** CD-ROM | disk | FTP | other *** search
- object FormSecond: TFormSecond
- Left = 22
- Top = 103
- Width = 652
- Height = 369
- Caption = 'Another Form showing a Chart...'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- TextHeight = 16
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 256
- Height = 16
- Caption = 'This Chart is a copy of the Form1 Chart:'
- end
- object BitBtn1: TBitBtn
- Left = 552
- Top = 304
- Width = 89
- Height = 33
- Caption = 'Close'
- TabOrder = 0
- OnClick = BitBtn1Click
- end
- end
-