home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9EDU / VIN32_96.ZIP / VIN32.EXE / 0 / RCDATA / TMATH_XYF / TMATH_XYF.txt
Text File  |  1998-04-25  |  2KB  |  86 lines

  1. object Math_XYF: TMath_XYF
  2.   Left = 769
  3.   Top = 316
  4.   HelpContext = 1160
  5.   BorderStyle = bsDialog
  6.   Caption = 'Math X & Y Operations'
  7.   ClientHeight = 320
  8.   ClientWidth = 342
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Times New Roman Special G1'
  12.   Font.Style = [fsBold]
  13.   OnActivate = FormActivate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 120
  16.   TextHeight = 21
  17.   object Label1: TLabel
  18.     Left = 87
  19.     Top = 4
  20.     Width = 168
  21.     Height = 26
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 'Series # 1'
  25.     Font.Color = clBlack
  26.     Font.Height = -17
  27.     Font.Name = 'Times New Roman Special G1'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Math_XYBox: TRadioGroup
  32.     Left = 13
  33.     Top = 40
  34.     Width = 203
  35.     Height = 265
  36.     Caption = 'X && Y Operations'
  37.     ItemIndex = 0
  38.     Items.Strings = (
  39.       'Switch X&&Y'
  40.       'Y = Y + X'
  41.       'Y = Y - X'
  42.       'Y = Y * X'
  43.       'Y = Y / X'
  44.       'Y = X / Y'
  45.       'Y= Sum(Y)'
  46.       'Y= Integral of f(x) dx')
  47.     TabOrder = 0
  48.   end
  49.   object ButtonOK: TButton
  50.     Left = 240
  51.     Top = 46
  52.     Width = 89
  53.     Height = 34
  54.     Caption = 'OK'
  55.     TabOrder = 1
  56.     OnClick = ButtonOKClick
  57.   end
  58.   object ButtonOperate: TButton
  59.     Left = 240
  60.     Top = 271
  61.     Width = 89
  62.     Height = 34
  63.     Caption = 'Operate'
  64.     TabOrder = 3
  65.     OnClick = ButtonOperateClick
  66.   end
  67.   object ButtonHelp: TButton
  68.     Left = 240
  69.     Top = 142
  70.     Width = 89
  71.     Height = 34
  72.     Caption = 'Help'
  73.     TabOrder = 4
  74.     OnClick = ButtonHelpClick
  75.   end
  76.   object NextB: TButton
  77.     Left = 240
  78.     Top = 94
  79.     Width = 89
  80.     Height = 34
  81.     Caption = 'Next'
  82.     TabOrder = 2
  83.     OnClick = NextBClick
  84.   end
  85. end
  86.