home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / Chip_1998-03_cd.bin / zkuste / matemat / Vyssi / MATHCTRL.ZIP / DEMO / UNIT1.DFM / UNIT1.txt
Encoding:
Text File  |  1997-10-07  |  876 b   |  47 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object MathGrid1: TMathGrid
  15.     Left = 0
  16.     Top = 0
  17.     Width = 427
  18.     Height = 254
  19.     Align = alClient
  20.     ParentColor = False
  21.     PartsX = 4
  22.     PartsY = 4
  23.     SizeX = 1.000000000000000000
  24.     SizeY = 1.000000000000000000
  25.   end
  26.   object MainMenu1: TMainMenu
  27.     Left = 40
  28.     Top = 16
  29.     object File1: TMenuItem
  30.       Caption = '&File'
  31.       object Run1: TMenuItem
  32.         Caption = '&Run'
  33.         OnClick = Run1Click
  34.       end
  35.       object Exit1: TMenuItem
  36.         Caption = 'E&xit'
  37.         OnClick = Exit1Click
  38.       end
  39.     end
  40.   end
  41.   object MathCurve1: TMathCurve
  42.     Grid = MathGrid1
  43.     Left = 40
  44.     Top = 64
  45.   end
  46. end
  47.