object HailNoteDlg: THailNoteDlg Left = 311 Top = 110 BorderStyle = bsDialog Caption = 'You are being hailed!' ClientHeight = 543 ClientWidth = 484 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Bevel1: TBevel Left = 10 Top = 10 Width = 464 Height = 523 Shape = bsFrame end object Label1: TLabel Left = 30 Top = 335 Width = 227 Height = 26 Alignment = taCenter AutoSize = False Caption = 'e-mail Reply-To address' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -18 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsItalic] ParentFont = False end object OKBtn: TButton Left = 137 Top = 487 Width = 92 Height = 31 Caption = 'C&onnect' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 265 Top = 487 Width = 92 Height = 31 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end object ListBox1: TListBox Left = 30 Top = 30 Width = 424 Height = 198 Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -18 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 20 ParentFont = False TabOrder = 2 OnClick = ListBox1Click OnDblClick = ListBox1DblClick OnKeyPress = ListBox1KeyPress end object Edit1: TEdit Left = 30 Top = 364 Width = 424 Height = 28 Color = clMenu Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -18 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 3 end object Edit2: TEdit Left = 30 Top = 404 Width = 424 Height = 28 Color = clMenu Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -18 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 4 end object Edit3: TEdit Left = 30 Top = 443 Width = 424 Height = 28 Color = clMenu Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -18 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 5 end object Memo1: TMemo Left = 30 Top = 236 Width = 424 Height = 90 Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -18 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ScrollBars = ssVertical TabOrder = 6 end end