home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 158
- Top = 99
- ActiveControl = BCalc
- AutoScroll = False
- Caption = 'More Functions'
- ClientHeight = 246
- ClientWidth = 460
- Color = clSilver
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Icon.Data = {
- 0000010001002020100000000000E80200001600000028000000200000004000
- 0000010004000000000000020000000000000000000000000000000000000000
- 0000000080000080000000808000800000008000800080800000C0C0C0008080
- 80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
- 00000000000000000000000000000ECECC0FFFFFFFFF770000CCCC0C0FF00EEC
- CCC07FFFF00000CCCCCCCC0C07700CCCCCC00FFF00CEECEECCCCC00C0F700CEC
- ECCC077FF00CCECECCCCC0000F700EECCC000F7FF7000EECCCCCC0C077700CC0
- 00CE0F7FFFF00CCECCCCC0C0FFF00C0EEC00077FFFF700EECECC0000F77000CE
- 000FFFFFFFF7F0CCECCC0C0777F00E000FFFF7777FF7FF0CCECC000FFFF0000F
- FF7777FF7FF777700CEC007FF770077FFF7FFFFF7FFFFFFF00C0007777F00000
- 0F7FF7777FFFF77770000FFFFFF00440000777FFFFFFF7FFFF000FFF77700C5C
- 0000FFF7777FF7FF77FFFFFF7FF00CC5C5500777FF7FF7777FFFFFFF7FF00CCC
- 5C450FFFFF7FFFFFFF7777FF77700CCCC5C440F7777FFFF7777FF7FFFFF00CCC
- CCCC5077FFFFFFF7FFFFF7FFFFF00CCCCCC5C0FFF7777FF7FF00000FF8800CCC
- CCCC407777FF7FF7704C445088800CECCCCCC07FFFFF7FFF0CC5C5C409500ECE
- CCCC0F7FF7777FFF0CCCCC5405900EECECCC0F7777FFFFF70CCCCCC505500EEE
- CCC0FFFFFFFFFFF80CECCCCC05500CCCC007FFFFFFFFF8850CCEECCC05500000
- 0777FFFFF888895950CECEC055500FFFFFFFFF88889595959500000595500FFF
- F888889999599955595555555550088885959595959555559595959555500999
- 9999595559595555555555555550000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000}
- PixelsPerInch = 96
- Visible = True
- TextHeight = 16
- object Label2: TLabel
- Left = 16
- Top = 16
- Width = 58
- Height = 20
- AutoSize = False
- Caption = 'XNum'
- Color = clSilver
- Font.Color = clBlue
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- end
- object Label3: TLabel
- Left = 16
- Top = 72
- Width = 58
- Height = 20
- AutoSize = False
- Caption = 'YNum'
- Color = clSilver
- Font.Color = clBlue
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- end
- object BCalc: TButton
- Left = 136
- Top = 192
- Width = 114
- Height = 30
- Caption = 'Calc'
- TabOrder = 0
- OnClick = BCalcClick
- end
- object Panel1: TPanel
- Left = 16
- Top = 128
- Width = 236
- Height = 38
- BevelInner = bvLowered
- Caption = 'Panel1'
- Color = clNavy
- Font.Color = clYellow
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 178
- Height = 20
- AutoSize = False
- Caption = 'Label1'
- Color = clNavy
- ParentColor = False
- end
- end
- object Edit1: TEdit
- Left = 72
- Top = 16
- Width = 180
- Height = 27
- Color = clNavy
- Font.Color = clYellow
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- Text = 'Edit1'
- end
- object Edit2: TEdit
- Left = 72
- Top = 72
- Width = 180
- Height = 27
- Color = clNavy
- Font.Color = clYellow
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 3
- Text = 'Edit2'
- end
- object Panel2: TPanel
- Left = 272
- Top = 16
- Width = 169
- Height = 214
- BevelInner = bvLowered
- BevelWidth = 2
- Color = clNavy
- TabOrder = 4
- object RBXToTheY: TRadioButton
- Left = 32
- Top = 24
- Width = 105
- Height = 20
- Caption = 'XToTheY'
- Color = clNavy
- Font.Color = clYellow
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- TabOrder = 0
- OnClick = RBClick
- end
- object RBArcSin: TRadioButton
- Tag = 1
- Left = 32
- Top = 72
- Width = 105
- Height = 20
- Caption = 'ArcSin'
- Color = clNavy
- Font.Color = clYellow
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- TabOrder = 1
- OnClick = RBClick
- end
- object RBArcCos: TRadioButton
- Tag = 2
- Left = 32
- Top = 120
- Width = 105
- Height = 20
- Caption = 'ArcCos'
- Color = clNavy
- Font.Color = clYellow
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- TabOrder = 2
- OnClick = RBClick
- end
- object RBLogYX: TRadioButton
- Tag = 3
- Left = 32
- Top = 168
- Width = 105
- Height = 20
- Caption = 'LogXY'
- Color = clNavy
- Font.Color = clYellow
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- TabOrder = 3
- OnClick = RBClick
- end
- end
- object BClose: TButton
- Left = 16
- Top = 192
- Width = 106
- Height = 30
- Caption = 'Close'
- TabOrder = 5
- OnClick = BCloseClick
- end
- end
-