home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 118
- Top = 148
- ActiveControl = Edit1
- AutoScroll = False
- Caption = 'Working with Large Numbers'
- ClientHeight = 127
- ClientWidth = 427
- Color = 4194304
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- PixelsPerInch = 96
- OnCreate = FormCreate
- TextHeight = 16
- object Edit1: TEdit
- Left = 16
- Top = 8
- Width = 396
- Height = 27
- Color = clNavy
- Font.Color = clYellow
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- Text = 'Edit1'
- end
- object BCalc: TButton
- Left = 221
- Top = 88
- Width = 162
- Height = 30
- Caption = '&Calc'
- TabOrder = 1
- OnClick = BCalcClick
- end
- object BClose: TButton
- Left = 45
- Top = 88
- Width = 162
- Height = 30
- Caption = 'Clos&e'
- TabOrder = 2
- OnClick = BCloseClick
- end
- object Panel1: TPanel
- Left = 16
- Top = 48
- Width = 396
- Height = 29
- BevelInner = bvLowered
- Caption = 'Panel1'
- Color = clNavy
- TabOrder = 3
- object Label1: TLabel
- Left = 8
- Top = 3
- Width = 378
- Height = 20
- AutoSize = False
- Caption = 'Label1'
- Font.Color = clYellow
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- end
- end
- end
-