home *** CD-ROM | disk | FTP | other *** search
- object EvaluatorButtonsForm: TEvaluatorButtonsForm
- Left = 231
- Top = 114
- BorderIcons = [biSystemMenu]
- BorderStyle = bsToolWindow
- Caption = 'Evaluator Buttons'
- ClientHeight = 93
- ClientWidth = 464
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object B7: TButton
- Left = 4
- Top = 4
- Width = 20
- Height = 20
- Caption = '7'
- TabOrder = 0
- OnClick = ButtonClick
- end
- object B8: TButton
- Left = 27
- Top = 4
- Width = 20
- Height = 20
- Caption = '8'
- TabOrder = 1
- OnClick = ButtonClick
- end
- object B9: TButton
- Left = 50
- Top = 4
- Width = 20
- Height = 20
- Caption = '9'
- TabOrder = 2
- OnClick = ButtonClick
- end
- object B4: TButton
- Left = 4
- Top = 26
- Width = 20
- Height = 20
- Caption = '4'
- TabOrder = 3
- OnClick = ButtonClick
- end
- object B5: TButton
- Left = 27
- Top = 26
- Width = 20
- Height = 20
- Caption = '5'
- TabOrder = 4
- OnClick = ButtonClick
- end
- object B6: TButton
- Left = 50
- Top = 26
- Width = 20
- Height = 20
- Caption = '6'
- TabOrder = 5
- OnClick = ButtonClick
- end
- object B3: TButton
- Left = 50
- Top = 48
- Width = 20
- Height = 20
- Caption = '3'
- TabOrder = 8
- OnClick = ButtonClick
- end
- object B2: TButton
- Left = 27
- Top = 48
- Width = 20
- Height = 20
- Caption = '2'
- TabOrder = 7
- OnClick = ButtonClick
- end
- object B1: TButton
- Left = 4
- Top = 48
- Width = 20
- Height = 20
- Caption = '1'
- TabOrder = 6
- OnClick = ButtonClick
- end
- object B0: TButton
- Left = 10
- Top = 70
- Width = 30
- Height = 20
- Caption = '0'
- TabOrder = 9
- OnClick = ButtonClick
- end
- object Decimal: TButton
- Left = 43
- Top = 70
- Width = 20
- Height = 20
- Caption = '.'
- TabOrder = 10
- OnClick = ButtonClick
- end
- object Plus: TButton
- Left = 78
- Top = 4
- Width = 42
- Height = 20
- Caption = '+'
- TabOrder = 11
- OnClick = ButtonClick
- end
- object Minus: TButton
- Left = 78
- Top = 26
- Width = 42
- Height = 20
- Caption = '-'
- TabOrder = 12
- OnClick = ButtonClick
- end
- object Times: TButton
- Left = 78
- Top = 48
- Width = 20
- Height = 20
- Caption = 'x'
- TabOrder = 13
- OnClick = ButtonClick
- end
- object Divide: TButton
- Left = 100
- Top = 48
- Width = 20
- Height = 20
- Caption = #247
- TabOrder = 14
- OnClick = ButtonClick
- end
- object Open: TButton
- Left = 78
- Top = 70
- Width = 20
- Height = 20
- Caption = '('
- TabOrder = 15
- OnClick = ButtonClick
- end
- object Close: TButton
- Left = 100
- Top = 70
- Width = 20
- Height = 20
- Caption = ')'
- TabOrder = 16
- OnClick = ButtonClick
- end
- object Modulus: TButton
- Left = 128
- Top = 26
- Width = 20
- Height = 20
- Caption = '%'
- TabOrder = 19
- OnClick = ButtonClick
- end
- object Power: TButton
- Left = 150
- Top = 26
- Width = 20
- Height = 20
- Caption = '^'
- TabOrder = 20
- OnClick = ButtonClick
- end
- object Less: TButton
- Left = 128
- Top = 4
- Width = 20
- Height = 20
- Caption = '<'
- TabOrder = 17
- OnClick = ButtonClick
- end
- object Greater: TButton
- Left = 150
- Top = 4
- Width = 20
- Height = 20
- Caption = '>'
- TabOrder = 18
- OnClick = ButtonClick
- end
- object Sample: TButton
- Left = 178
- Top = 4
- Width = 20
- Height = 20
- Caption = 'n'
- TabOrder = 23
- OnClick = ButtonClick
- end
- object N: TButton
- Left = 200
- Top = 4
- Width = 20
- Height = 20
- Caption = 'N'
- TabOrder = 24
- OnClick = ButtonClick
- end
- object Time: TButton
- Left = 178
- Top = 26
- Width = 20
- Height = 20
- Caption = 't'
- TabOrder = 25
- OnClick = ButtonClick
- end
- object T: TButton
- Left = 200
- Top = 26
- Width = 20
- Height = 20
- Caption = 'T'
- TabOrder = 26
- OnClick = ButtonClick
- end
- object Pi: TButton
- Left = 178
- Top = 48
- Width = 20
- Height = 20
- Caption = 'pi'
- TabOrder = 27
- OnClick = ButtonClick
- end
- object Varf: TButton
- Left = 200
- Top = 48
- Width = 20
- Height = 20
- Caption = 'f'
- TabOrder = 28
- OnClick = ButtonClick
- end
- object Varx: TButton
- Left = 178
- Top = 70
- Width = 20
- Height = 20
- Caption = 'x'
- TabOrder = 29
- OnClick = ButtonClick
- end
- object Vary: TButton
- Left = 200
- Top = 70
- Width = 20
- Height = 20
- Caption = 'y'
- TabOrder = 30
- OnClick = ButtonClick
- end
- object Fsqrt: TButton
- Left = 228
- Top = 4
- Width = 35
- Height = 20
- Caption = 'sqrt'
- TabOrder = 31
- OnClick = ButtonClick
- end
- object Flimit: TButton
- Left = 128
- Top = 70
- Width = 42
- Height = 20
- Caption = 'limit'
- TabOrder = 22
- OnClick = ButtonClick
- end
- object Fabs: TButton
- Left = 266
- Top = 4
- Width = 35
- Height = 20
- Caption = 'abs'
- TabOrder = 32
- OnClick = ButtonClick
- end
- object Fstep: TButton
- Left = 304
- Top = 4
- Width = 35
- Height = 20
- Caption = 'step'
- TabOrder = 33
- OnClick = ButtonClick
- end
- object Fln: TButton
- Left = 228
- Top = 26
- Width = 35
- Height = 20
- Caption = 'ln'
- TabOrder = 34
- OnClick = ButtonClick
- end
- object Fexp: TButton
- Left = 266
- Top = 26
- Width = 35
- Height = 20
- Caption = 'exp'
- TabOrder = 35
- OnClick = ButtonClick
- end
- object Frand: TButton
- Left = 304
- Top = 26
- Width = 35
- Height = 20
- Caption = 'rand'
- TabOrder = 36
- OnClick = ButtonClick
- end
- object Fint: TButton
- Left = 228
- Top = 48
- Width = 35
- Height = 20
- Caption = 'int'
- TabOrder = 37
- OnClick = ButtonClick
- end
- object Flog: TButton
- Left = 266
- Top = 48
- Width = 35
- Height = 20
- Caption = 'log'
- TabOrder = 38
- OnClick = ButtonClick
- end
- object Fwave: TButton
- Left = 304
- Top = 48
- Width = 35
- Height = 20
- Caption = 'wave'
- TabOrder = 39
- OnClick = ButtonClick
- end
- object Fcos: TButton
- Left = 348
- Top = 4
- Width = 35
- Height = 20
- Caption = 'cos'
- TabOrder = 40
- OnClick = ButtonClick
- end
- object Fsin: TButton
- Left = 386
- Top = 4
- Width = 35
- Height = 20
- Caption = 'sin'
- TabOrder = 41
- OnClick = ButtonClick
- end
- object Ftan: TButton
- Left = 424
- Top = 4
- Width = 35
- Height = 20
- Caption = 'tan'
- TabOrder = 42
- OnClick = ButtonClick
- end
- object Facos: TButton
- Left = 348
- Top = 26
- Width = 35
- Height = 20
- Caption = 'acos'
- TabOrder = 43
- OnClick = ButtonClick
- end
- object Fasin: TButton
- Left = 386
- Top = 26
- Width = 35
- Height = 20
- Caption = 'asin'
- TabOrder = 44
- OnClick = ButtonClick
- end
- object Fatan: TButton
- Left = 424
- Top = 26
- Width = 35
- Height = 20
- Caption = 'atan'
- TabOrder = 45
- OnClick = ButtonClick
- end
- object Fcosh: TButton
- Left = 348
- Top = 48
- Width = 35
- Height = 20
- Caption = 'cosh'
- TabOrder = 46
- OnClick = ButtonClick
- end
- object Fsinh: TButton
- Left = 386
- Top = 48
- Width = 35
- Height = 20
- Caption = 'sinh'
- TabOrder = 47
- OnClick = ButtonClick
- end
- object Ftanh: TButton
- Left = 424
- Top = 48
- Width = 35
- Height = 20
- Caption = 'tanh'
- TabOrder = 48
- OnClick = ButtonClick
- end
- object Fsgn: TButton
- Left = 128
- Top = 48
- Width = 42
- Height = 20
- Caption = 'sgn'
- TabOrder = 21
- OnClick = ButtonClick
- end
- object Backspace: TButton
- Left = 228
- Top = 70
- Width = 35
- Height = 20
- Hint = 'Backspace'
- Caption = #223
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 49
- OnClick = ButtonClick
- end
- end
-