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 = {<image000.ico>}
- 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
-