home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 229
- Top = 178
- ActiveControl = BCalc
- AutoScroll = False
- Caption = 'Two Powers Part II'
- ClientHeight = 108
- ClientWidth = 246
- Color = 4194304
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- PixelsPerInch = 96
- OnCreate = FormCreate
- TextHeight = 16
- object BCalc: TButton
- Left = 8
- Top = 73
- Width = 233
- Height = 30
- Caption = 'Calculate Result'
- Default = True
- TabOrder = 1
- OnClick = BCalcClick
- end
- object Edit1: TEdit
- Left = 184
- Top = 8
- Width = 57
- Height = 25
- Color = clNavy
- Ctl3D = True
- Font.Color = clYellow
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentCtl3D = False
- ParentFont = False
- TabOrder = 0
- Text = 'Edit1'
- end
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 173
- Height = 25
- BevelInner = bvLowered
- Caption = 'Raise 2 to what Power?'
- Color = clNavy
- Font.Color = clYellow
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- end
- object Panel2: TPanel
- Left = 72
- Top = 42
- Width = 169
- Height = 25
- Alignment = taLeftJustify
- BevelInner = bvLowered
- Caption = 'Panel2'
- Color = clNavy
- Font.Color = clYellow
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 3
- end
- object Panel3: TPanel
- Left = 8
- Top = 42
- Width = 61
- Height = 25
- BevelInner = bvLowered
- Caption = 'Answer:'
- Color = clNavy
- Font.Color = clYellow
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 4
- end
- end
-