home *** CD-ROM | disk | FTP | other *** search
- object CalcDlg: TCalcDlg
- Left = 284
- Top = 93
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'Calculator'
- ClientHeight = 176
- ClientWidth = 115
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- KeyPreview = True
- OnKeyPress = FormKeyPress
- OnPaint = FormPaint
- PixelsPerInch = 96
- TextHeight = 16
- object B_C: TButton
- Tag = 67
- Left = 6
- Top = 6
- Width = 25
- Height = 25
- Hint = 'Clear'
- Caption = 'C'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- TabStop = False
- OnClick = ButtonClick
- OnMouseUp = ButtonUp
- end
- object B_Del: TButton
- Tag = 8
- Left = 32
- Top = 6
- Width = 25
- Height = 25
- Hint = 'Backspace'
- Caption = '<-'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- TabStop = False
- OnClick = ButtonClick
- OnMouseUp = ButtonUp
- end
- object B_Sign: TButton
- Tag = 95
- Left = 58
- Top = 6
- Width = 25
- Height = 25
- Hint = 'Switch Sign'
- Caption = '+/-'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- TabStop = False
- OnClick = ButtonClick
- OnMouseUp = ButtonUp
- end
- object B_Div: TButton
- Tag = 47
- Left = 84
- Top = 6
- Width = 25
- Height = 25
- Hint = 'Divide'
- Caption = '/'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- TabStop = False
- OnClick = ButtonClick
- OnMouseUp = ButtonUp
- end
- object B_7: TButton
- Tag = 55
- Left = 6
- Top = 32
- Width = 25
- Height = 25
- Caption = '7'
- TabOrder = 4
- TabStop = False
- OnClick = ButtonClick
- OnMouseUp = ButtonUp
- end
- object B_8: TButton
- Tag = 56
- Left = 32
- Top = 32
- Width = 25
- Height = 25
- Caption = '8'
- TabOrder = 5
- TabStop = False
- OnClick = ButtonClick
- OnMouseUp = ButtonUp
- end
- object B_9: TButton
- Tag = 57
- Left = 58
- Top = 32
- Width = 25
- Height = 25
- Caption = '9'
- TabOrder = 6
- TabStop = False
- OnClick = ButtonClick
- OnMouseUp = ButtonUp
- end
- object B_Mult: TButton
- Tag = 42
- Left = 84
- Top = 32
- Width = 25
- Height = 25
- Hint = 'Multiply'
- Caption = '*'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 7
- TabStop = False
- OnClick = ButtonClick
- OnMouseUp = ButtonUp
- end
- object B_4: TButton
- Tag = 52
- Left = 6
- Top = 58
- Width = 25
- Height = 25
- Caption = '4'
- TabOrder = 8
- TabStop = False
- OnClick = ButtonClick
- OnMouseUp = ButtonUp
- end
- object B_5: TButton
- Tag = 53
- Left = 32
- Top = 58
- Width = 25
- Height = 25
- Caption = '5'
- TabOrder = 9
- TabStop = False
- OnClick = ButtonClick
- OnMouseUp = ButtonUp
- end
- object B_6: TButton
- Tag = 54
- Left = 58
- Top = 58
- Width = 25
- Height = 25
- Caption = '6'
- TabOrder = 10
- TabStop = False
- OnClick = ButtonClick
- OnMouseUp = ButtonUp
- end
- object B_Subt: TButton
- Tag = 45
- Left = 84
- Top = 58
- Width = 25
- Height = 25
- Hint = 'Subtract'
- Caption = '-'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 11
- TabStop = False
- OnClick = ButtonClick
- OnMouseUp = ButtonUp
- end
- object B_1: TButton
- Tag = 49
- Left = 6
- Top = 84
- Width = 25
- Height = 25
- Caption = '1'
- TabOrder = 12
- TabStop = False
- OnClick = ButtonClick
- OnMouseUp = ButtonUp
- end
- object B_2: TButton
- Tag = 50
- Left = 32
- Top = 84
- Width = 25
- Height = 25
- Caption = '2'
- TabOrder = 13
- TabStop = False
- OnClick = ButtonClick
- OnMouseUp = ButtonUp
- end
- object B_3: TButton
- Tag = 51
- Left = 58
- Top = 84
- Width = 25
- Height = 25
- Caption = '3'
- TabOrder = 14
- TabStop = False
- OnClick = ButtonClick
- OnMouseUp = ButtonUp
- end
- object B_Plus: TButton
- Tag = 43
- Left = 84
- Top = 84
- Width = 25
- Height = 25
- Hint = 'Add'
- Caption = '+'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 15
- TabStop = False
- OnClick = ButtonClick
- OnMouseUp = ButtonUp
- end
- object B_Dot: TButton
- Tag = 46
- Left = 6
- Top = 110
- Width = 25
- Height = 25
- Hint = 'Decimal Point'
- Caption = '.'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 16
- TabStop = False
- OnClick = ButtonClick
- OnMouseUp = ButtonUp
- end
- object B_0: TButton
- Tag = 48
- Left = 32
- Top = 110
- Width = 25
- Height = 25
- Caption = '0'
- TabOrder = 17
- TabStop = False
- OnClick = ButtonClick
- OnMouseUp = ButtonUp
- end
- object B_Perc: TButton
- Tag = 37
- Left = 58
- Top = 110
- Width = 25
- Height = 25
- Hint = 'Percent'
- Caption = '%'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 18
- TabStop = False
- OnClick = ButtonClick
- OnMouseUp = ButtonUp
- end
- object B_Equ: TButton
- Tag = 61
- Left = 84
- Top = 110
- Width = 25
- Height = 25
- Hint = 'Equals'
- Caption = '='
- ParentShowHint = False
- ShowHint = True
- TabOrder = 19
- TabStop = False
- OnClick = ButtonClick
- OnMouseUp = ButtonUp
- end
- object B_OK: TBitBtn
- Left = 21
- Top = 143
- Width = 33
- Height = 27
- Hint = 'Close and Update the edit field'
- Default = True
- ModalResult = 1
- ParentShowHint = False
- ShowHint = True
- TabOrder = 20
- Glyph.Data = {
- BE060000424DBE06000000000000360400002800000024000000120000000100
- 0800000000008802000000000000000000000001000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
- A600000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
- 0303030303030303030303030303030303030303030303030303030303030303
- 03030303030303030303030303030303030303030303FF030303030303030303
- 03030303030303040403030303030303030303030303030303F8F8FF03030303
- 03030303030303030303040202040303030303030303030303030303F80303F8
- FF030303030303030303030303040202020204030303030303030303030303F8
- 03030303F8FF0303030303030303030304020202020202040303030303030303
- 0303F8030303030303F8FF030303030303030304020202FA0202020204030303
- 0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
- 040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
- 03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
- FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
- 0303030303030303030303FA0202020403030303030303030303030303F8FF03
- 03F8FF03030303030303030303030303FA020202040303030303030303030303
- 0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
- 03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
- 030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
- 0202040303030303030303030303030303F8FF03F8FF03030303030303030303
- 03030303FA0202030303030303030303030303030303F8FFF803030303030303
- 030303030303030303FA0303030303030303030303030303030303F803030303
- 0303030303030303030303030303030303030303030303030303030303030303
- 0303}
- NumGlyphs = 2
- end
- object B_Cancel: TBitBtn
- Left = 61
- Top = 143
- Width = 33
- Height = 27
- Hint = 'Close and don'#39't Update the edit field'
- Cancel = True
- ModalResult = 2
- ParentShowHint = False
- ShowHint = True
- TabOrder = 21
- Glyph.Data = {
- BE060000424DBE06000000000000360400002800000024000000120000000100
- 0800000000008802000000000000000000000001000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
- A600000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
- 0303030303030303030303030303030303030303030303030303030303030303
- 0303F8F80303030303030303030303030303030303FF03030303030303030303
- 0303030303F90101F80303030303F9F80303030303030303F8F8FF0303030303
- 03FF03030303030303F9010101F8030303F90101F8030303030303F8FF03F8FF
- 030303FFF8F8FF030303030303F901010101F803F901010101F80303030303F8
- FF0303F8FF03FFF80303F8FF030303030303F901010101F80101010101F80303
- 030303F8FF030303F8FFF803030303F8FF030303030303F90101010101010101
- F803030303030303F8FF030303F803030303FFF80303030303030303F9010101
- 010101F8030303030303030303F8FF030303030303FFF8030303030303030303
- 030101010101F80303030303030303030303F8FF0303030303F8030303030303
- 0303030303F901010101F8030303030303030303030303F8FF030303F8030303
- 0303030303030303F90101010101F8030303030303030303030303F803030303
- F8FF030303030303030303F9010101F8010101F803030303030303030303F803
- 03030303F8FF0303030303030303F9010101F803F9010101F803030303030303
- 03F8030303F8FF0303F8FF03030303030303F90101F8030303F9010101F80303
- 03030303F8FF0303F803F8FF0303F8FF03030303030303F9010303030303F901
- 0101030303030303F8FFFFF8030303F8FF0303F8FF0303030303030303030303
- 030303F901F903030303030303F8F80303030303F8FFFFFFF803030303030303
- 03030303030303030303030303030303030303030303030303F8F8F803030303
- 0303030303030303030303030303030303030303030303030303030303030303
- 0303}
- NumGlyphs = 2
- end
- end
-