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

  1. object FormMenuMultiAxes: TFormMenuMultiAxes
  2.   Left = 362
  3.   Top = 152
  4.   Width = 192
  5.   Height = 171
  6.   ActiveControl = Button1
  7.   Caption = 'Multiple Axes'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   TextHeight = 13
  16.   object Button1: TButton
  17.     Left = 16
  18.     Top = 16
  19.     Width = 153
  20.     Height = 25
  21.     Caption = '&Basic Example'
  22.     Default = True
  23.     TabOrder = 0
  24.     OnClick = Button1Click
  25.   end
  26.   object Button2: TButton
  27.     Left = 16
  28.     Top = 56
  29.     Width = 153
  30.     Height = 25
  31.     Caption = '&Advanced Example'
  32.     TabOrder = 1
  33.     OnClick = Button2Click
  34.   end
  35.   object Button3: TButton
  36.     Left = 56
  37.     Top = 104
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'Close'
  41.     TabOrder = 2
  42.     OnClick = Button3Click
  43.   end
  44. end
  45.