object DlgSMSWave: TDlgSMSWave Left = -4 Top = -4 Width = 300 Height = 230 Caption = 'SMSWav' Color = clBtnFace Constraints.MaxHeight = 230 Constraints.MaxWidth = 300 Constraints.MinHeight = 230 Constraints.MinWidth = 300 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False OnShow = OnShow DesignSize = ( 292 196) PixelsPerInch = 96 TextHeight = 13 object Shape1: TShape Left = 0 Top = -3 Width = 295 Height = 42 Anchors = [akLeft, akTop, akRight] end object IWavigo: TImage Left = 3 Top = 0 Width = 35 Height = 31 Picture.Data = {} end object TSubject: TStaticText Left = 43 Top = 7 Width = 48 Height = 20 Anchors = [akLeft, akTop, akRight] Caption = 'avago' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsItalic] ParentColor = False ParentFont = False TabOrder = 0 end object Memo1: TMemo Left = 0 Top = 66 Width = 289 Height = 97 Align = alCustom Alignment = taCenter Anchors = [akLeft, akTop, akRight, akBottom] Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 1 end object BReply: TButton Left = 64 Top = 166 Width = 62 Height = 28 Anchors = [akBottom] Caption = 'Reply' TabOrder = 2 OnClick = BReplyClick end object TFrom: TStaticText Left = 6 Top = 44 Width = 30 Height = 17 Caption = 'From:' TabOrder = 3 end object BExit: TButton Left = 155 Top = 166 Width = 62 Height = 28 Anchors = [akBottom] Caption = 'Exit' TabOrder = 4 OnClick = BExitClick end object TAddress: TStaticText Left = 52 Top = 44 Width = 48 Height = 17 Caption = 'FAddress' TabOrder = 5 end end