home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 105
- ActiveControl = Edit1
- AutoScroll = False
- Caption = 'Reals and Strings 2'
- ClientHeight = 156
- ClientWidth = 359
- Color = 4194304
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- PixelsPerInch = 96
- Visible = True
- TextHeight = 16
- object Label1: TLabel
- Left = 18
- Top = 6
- Width = 105
- Height = 28
- AutoSize = False
- Caption = 'Enter a number'
- Font.Color = clTeal
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 42
- Top = 44
- Width = 81
- Height = 28
- AutoSize = False
- Caption = 'The Square'
- Font.Color = clTeal
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label4: TLabel
- Left = 10
- Top = 82
- Width = 113
- Height = 25
- AutoSize = False
- Caption = 'The Square Root'
- Font.Color = clTeal
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Edit1: TEdit
- Left = 125
- Top = 6
- Width = 220
- Height = 25
- Color = clNavy
- Font.Color = clYellow
- Font.Height = -11
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- Text = 'Edit1'
- end
- object BCalc: TButton
- Left = 94
- Top = 120
- Width = 170
- Height = 25
- Caption = '&Calc'
- TabOrder = 1
- OnClick = BCalcClick
- end
- object Panel1: TPanel
- Left = 125
- Top = 44
- Width = 220
- Height = 25
- BevelInner = bvLowered
- Caption = 'Panel1'
- TabOrder = 2
- object LSquare: TLabel
- Left = 2
- Top = 2
- Width = 215
- Height = 21
- AutoSize = False
- Caption = 'LSquare'
- Color = clNavy
- Font.Color = clYellow
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- end
- end
- object Panel2: TPanel
- Left = 125
- Top = 82
- Width = 220
- Height = 25
- Caption = 'Panel2'
- TabOrder = 3
- object LSquareRoot: TLabel
- Left = 2
- Top = 2
- Width = 215
- Height = 21
- AutoSize = False
- Caption = 'LSquareRoot'
- Color = clNavy
- Font.Color = clYellow
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- end
- end
- end
-