home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 99
- Width = 435
- Height = 300
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Menu = MainMenu1
- PixelsPerInch = 96
- TextHeight = 16
- object MathGrid1: TMathGrid
- Left = 0
- Top = 0
- Width = 427
- Height = 254
- Align = alClient
- ParentColor = False
- PartsX = 4
- PartsY = 4
- SizeX = 1.000000000000000000
- SizeY = 1.000000000000000000
- end
- object MainMenu1: TMainMenu
- Left = 40
- Top = 16
- object File1: TMenuItem
- Caption = '&File'
- object Run1: TMenuItem
- Caption = '&Run'
- OnClick = Run1Click
- end
- object Exit1: TMenuItem
- Caption = 'E&xit'
- OnClick = Exit1Click
- end
- end
- end
- object MathCurve1: TMathCurve
- Grid = MathGrid1
- Left = 40
- Top = 64
- end
- end
-