home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 107
- Top = 124
- ActiveControl = BCalc
- AutoScroll = False
- Caption = 'Max Power Supported is 2 ^ 30'
- ClientHeight = 150
- ClientWidth = 443
- Color = clSilver
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 96
- Top = 56
- Width = 154
- Height = 20
- AutoSize = False
- Caption = 'Label1'
- Color = clNavy
- Font.Color = clYellow
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- end
- object Label2: TLabel
- Left = 8
- Top = 8
- Width = 177
- Height = 20
- AutoSize = False
- Caption = 'Raise "2" to what power?'
- 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 = 32
- Top = 56
- Width = 58
- Height = 20
- AutoSize = False
- Caption = 'Answer'
- Font.Color = clBlue
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object BCalc: TButton
- Left = 16
- Top = 104
- Width = 233
- Height = 30
- Caption = 'Calculate Result'
- TabOrder = 0
- OnClick = BCalcClick
- end
- object Edit1: TEdit
- Left = 200
- Top = 8
- Width = 49
- Height = 27
- Color = clNavy
- Ctl3D = True
- Font.Color = clYellow
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentCtl3D = False
- ParentFont = False
- TabOrder = 1
- Text = 'Edit1'
- end
- object ListBox1: TListBox
- Left = 264
- Top = 8
- Width = 164
- Height = 130
- Color = clNavy
- Font.Color = clYellow
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = [fsBold]
- ItemHeight = 16
- ParentFont = False
- TabOrder = 2
- end
- end
-