home *** CD-ROM | disk | FTP | other *** search
- object FrmMailTo: TFrmMailTo
- Left = 352
- Top = 206
- BorderStyle = bsDialog
- Caption = 'Mail to'
- ClientHeight = 71
- ClientWidth = 203
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object lblAddress: TLabel
- Left = 8
- Top = 8
- Width = 38
- Height = 13
- Caption = '&Address'
- FocusControl = EditAddress
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object EditAddress: TEdit
- Left = 56
- Top = 8
- Width = 137
- Height = 21
- Hint = 'enter the address here'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object btnOK: TButton
- Left = 8
- Top = 40
- Width = 89
- Height = 25
- Caption = 'OK'
- Default = True
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 1
- end
- object btnCancel: TButton
- Left = 104
- Top = 40
- Width = 89
- Height = 25
- Caption = 'Cancel'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 2
- end
- end
-