object MailAddressDlg: TMailAddressDlg Left = 307 Top = 162 BorderStyle = bsDialog Caption = 'Address' ClientHeight = 124 ClientWidth = 240 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 OnCreate = FormCreate OnDestroy = FormDestroy TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 225 Height = 73 Shape = bsFrame end object Label1: TLabel Left = 16 Top = 56 Width = 38 Height = 13 Caption = 'Address' end object Label2: TLabel Left = 24 Top = 24 Width = 28 Height = 13 Caption = 'Name' end object OKButton: TButton Left = 64 Top = 88 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = OKButtonClick end object CancelButton: TButton Left = 152 Top = 88 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object AddressEdit: TEdit Left = 64 Top = 48 Width = 161 Height = 21 TabOrder = 1 end object NameEdit: TEdit Left = 64 Top = 16 Width = 161 Height = 21 TabOrder = 0 end end