home *** CD-ROM | disk | FTP | other *** search
- object AddressDlg: TAddressDlg
- Left = 240
- Top = 99
- BorderStyle = bsDialog
- Caption = 'Email Dialog'
- ClientHeight = 89
- ClientWidth = 267
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object lblPrompt: TLabel
- Left = 6
- Top = 7
- Width = 95
- Height = 13
- Caption = 'Enter email address:'
- end
- object txtEmail: TEdit
- Left = 5
- Top = 24
- Width = 194
- Height = 21
- TabOrder = 0
- end
- object OKBtn: TButton
- Left = 113
- Top = 57
- Width = 66
- Height = 23
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object CancelBtn: TButton
- Left = 187
- Top = 58
- Width = 63
- Height = 21
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object btnBrowse: TButton
- Left = 204
- Top = 25
- Width = 58
- Height = 19
- Caption = '&Browse...'
- TabOrder = 3
- OnClick = btnBrowseClick
- end
- object btnAddtolist: TButton
- Left = 28
- Top = 58
- Width = 75
- Height = 21
- Caption = '&Add To List'
- TabOrder = 4
- Visible = False
- OnClick = btnAddtolistClick
- end
- object openText: TOpenDialog
- FileEditStyle = fsEdit
- Filter = 'All files (*.*)|*.*|Text files (*.txt)|*.txt'
- InitialDir = '.'
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
- Title = 'Select text list of email addresses...'
- Left = 22
- Top = 32
- end
- end
-