object Math_XYF: TMath_XYF Left = 769 Top = 316 HelpContext = 1160 BorderStyle = bsDialog Caption = 'Math X & Y Operations' ClientHeight = 320 ClientWidth = 342 Font.Color = clBlack Font.Height = -13 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] OnActivate = FormActivate OnShow = FormShow PixelsPerInch = 120 TextHeight = 21 object Label1: TLabel Left = 87 Top = 4 Width = 168 Height = 26 Alignment = taCenter AutoSize = False Caption = 'Series # 1' Font.Color = clBlack Font.Height = -17 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] ParentFont = False end object Math_XYBox: TRadioGroup Left = 13 Top = 40 Width = 203 Height = 265 Caption = 'X && Y Operations' ItemIndex = 0 Items.Strings = ( 'Switch X&&Y' 'Y = Y + X' 'Y = Y - X' 'Y = Y * X' 'Y = Y / X' 'Y = X / Y' 'Y= Sum(Y)' 'Y= Integral of f(x) dx') TabOrder = 0 end object ButtonOK: TButton Left = 240 Top = 46 Width = 89 Height = 34 Caption = 'OK' TabOrder = 1 OnClick = ButtonOKClick end object ButtonOperate: TButton Left = 240 Top = 271 Width = 89 Height = 34 Caption = 'Operate' TabOrder = 3 OnClick = ButtonOperateClick end object ButtonHelp: TButton Left = 240 Top = 142 Width = 89 Height = 34 Caption = 'Help' TabOrder = 4 OnClick = ButtonHelpClick end object NextB: TButton Left = 240 Top = 94 Width = 89 Height = 34 Caption = 'Next' TabOrder = 2 OnClick = NextBClick end end