home *** CD-ROM | disk | FTP | other *** search
- object FormMenuMultiAxes: TFormMenuMultiAxes
- Left = 362
- Top = 152
- Width = 192
- Height = 171
- ActiveControl = Button1
- Caption = 'Multiple Axes'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- TextHeight = 13
- object Button1: TButton
- Left = 16
- Top = 16
- Width = 153
- Height = 25
- Caption = '&Basic Example'
- Default = True
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 16
- Top = 56
- Width = 153
- Height = 25
- Caption = '&Advanced Example'
- TabOrder = 1
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 56
- Top = 104
- Width = 75
- Height = 25
- Caption = 'Close'
- TabOrder = 2
- OnClick = Button3Click
- end
- end
-