home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 123
- Top = 75
- ActiveControl = Edit1
- AutoScroll = False
- Caption = 'Add A Column of Numbers'
- ClientHeight = 244
- ClientWidth = 428
- Color = clSilver
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Icon.Data = {
- 0000010001002020100000000000E80200001600000028000000200000004000
- 0000010004000000000000020000000000000000000000000000000000000000
- 0000000080000080000000808000800000008000800080800000C0C0C0008080
- 80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
- 00000000000000000000000000000ECECC0FFFFFFFFF880000CCCC0C0FF00EEC
- CCC08FFFF00000CCCCCCCC0C08800CCCCCC00FFF00CEECEECCCCC00C0F800CEC
- ECCC088FF00CCECECCCCC0000F800EECCC000F8FF8000EECCCCCC0C088800CC0
- 00CE0F8FFFF00CCECCCCC0C0FFF00C0EEC00088FFFF800EECECC0000F88000CE
- 000FFFFFFFF8F0CCECCC0C0888F00E000FFFF8888FF8FF0CCECC000FFFF0000F
- FF8888FF8FF888800CEC008FF880088FFF8FFFFF8FFFFFFF00C0008888F00000
- 0F8FF8888FFFF88880000FFFFFF00440000888FFFFFFF8FFFF000FFF88800C5C
- 0000FFF8888FF8FF88FFFFFF8FF00CC5C5500888FF8FF8888FFFFFFF8FF00CCC
- 5C450FFFFF8FFFFFFF8888FF88800CCCC5C440F8888FFFF8888FF8FFFFF00CCC
- CCCC5088FFFFFFF8FFFFF8FFFFF00CCCCCC5C0FFF8888FF8FF00000FF8800CCC
- CCCC408888FF8FF8804C445088800CECCCCCC08FFFFF8FFF0CC5C5C409500ECE
- CCCC0F8FF8888FFF0CCCCC5405900EECECCC0F8888FFFFF80CCCCCC505500EEE
- CCC0FFFFFFFFFFF80CECCCCC05500CCCC008FFFFFFFFF8850CCEECCC05500000
- 0888FFFFF888895950CECEC055500FFFFFFFFF88889595959500000595500FFF
- F888889999599955595555555550088885959595959555559595959555500999
- 9999595559595555555555555550000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000}
- PixelsPerInch = 96
- OnCreate = FormCreate
- TextHeight = 16
- object Label2: TLabel
- Left = 16
- Top = 16
- Width = 98
- Height = 28
- AutoSize = False
- Caption = 'Add To List'
- end
- object Label1: TLabel
- Left = 16
- Top = 80
- Width = 98
- Height = 17
- AutoSize = False
- Caption = 'Answer:'
- end
- object ListBox1: TListBox
- Left = 240
- Top = 16
- Width = 180
- Height = 218
- Color = clBlue
- Font.Color = clYellow
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = [fsBold]
- ItemHeight = 16
- ParentFont = False
- TabOrder = 5
- OnDblClick = ListBox1DblClick
- end
- object Edit1: TEdit
- Left = 128
- Top = 16
- Width = 100
- Height = 33
- Color = clBlue
- Ctl3D = True
- Font.Color = clYellow
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentCtl3D = False
- ParentFont = False
- TabOrder = 0
- Text = 'Edit1'
- end
- object BPut: TButton
- Left = 8
- Top = 136
- Width = 98
- Height = 38
- Caption = '&Put'
- Default = True
- TabOrder = 1
- OnClick = BPutClick
- end
- object BCalc: TButton
- Left = 128
- Top = 136
- Width = 98
- Height = 38
- Caption = '&Calc'
- TabOrder = 2
- OnClick = BCalcClick
- end
- object BClose: TButton
- Left = 8
- Top = 192
- Width = 98
- Height = 38
- Caption = 'Clos&e'
- TabOrder = 3
- OnClick = BCloseClick
- end
- object BClear: TButton
- Left = 128
- Top = 192
- Width = 98
- Height = 38
- Caption = 'C&lear'
- TabOrder = 4
- OnClick = BClearClick
- end
- object Panel1: TPanel
- Left = 128
- Top = 72
- Width = 105
- Height = 33
- Caption = 'Panel1'
- Color = clBlue
- TabOrder = 6
- object LResult: TLabel
- Left = 5
- Top = 5
- Width = 93
- Height = 23
- AutoSize = False
- Caption = 'LResult'
- Color = clBlue
- Font.Color = clYellow
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- end
- end
- end
-