home *** CD-ROM | disk | FTP | other *** search
- object Addressform: TAddressform
- Left = 123
- Top = 159
- HelpContext = 810
- BorderStyle = bsDialog
- Caption = 'Address Book'
- ClientHeight = 254
- ClientWidth = 509
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object Button3: TButton
- Left = 294
- Top = 193
- Width = 104
- Height = 25
- Caption = 'Save and Close'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = Button3Click
- end
- object Button1: TButton
- Left = 13
- Top = 192
- Width = 72
- Height = 27
- Caption = 'Add Item'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 84
- Top = 192
- Width = 72
- Height = 27
- Caption = 'Delete Item'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = Button2Click
- end
- object Button4: TButton
- Left = 399
- Top = 193
- Width = 94
- Height = 25
- Caption = 'Cancel'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = Button4Click
- end
- object Button5: TButton
- Left = 195
- Top = 194
- Width = 91
- Height = 25
- Caption = 'Select'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = Button5Click
- end
- object Button6: TButton
- Left = 196
- Top = 194
- Width = 91
- Height = 25
- Caption = 'Select'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- OnClick = Button6Click
- end
- object Button7: TButton
- Left = 197
- Top = 194
- Width = 91
- Height = 25
- Caption = 'Select'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- OnClick = Button7Click
- end
- object StringGrid1: TStringGrid
- Left = 14
- Top = 5
- Width = 481
- Height = 181
- ColCount = 3
- DefaultRowHeight = 18
- FixedCols = 0
- RowCount = 2
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
- ParentFont = False
- ScrollBars = ssVertical
- TabOrder = 0
- OnDblClick = StringGrid1DblClick
- OnKeyPress = StringGrid1KeyPress
- ColWidths = (
- 117
- 221
- 124)
- end
- object Button8: TButton
- Left = 128
- Top = 223
- Width = 236
- Height = 25
- Caption = 'Select and convert to Internet-Fax address'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 8
- OnClick = Button8Click
- end
- end
-