www.pudn.com > SMSDemoALL.zip > Call.dfm


object FormCall: TFormCall 
  Left = 307 
  Top = 170 
  BorderIcons = [biSystemMenu] 
  BorderStyle = bsDialog 
  Caption = 'Call' 
  ClientHeight = 113 
  ClientWidth = 257 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  OnShow = FormShow 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Label1: TLabel 
    Left = 13 
    Top = 12 
    Width = 31 
    Height = 13 
    Caption = 'Phone' 
  end 
  object Label2: TLabel 
    Left = 15 
    Top = 44 
    Width = 30 
    Height = 13 
    Caption = 'DTMF' 
  end 
  object Phone: TEdit 
    Left = 56 
    Top = 8 
    Width = 105 
    Height = 21 
    TabOrder = 0 
  end 
  object DTMF: TEdit 
    Left = 56 
    Top = 40 
    Width = 105 
    Height = 21 
    TabOrder = 1 
  end 
  object BtnDial: TButton 
    Left = 176 
    Top = 8 
    Width = 65 
    Height = 21 
    Caption = 'Dial' 
    TabOrder = 2 
    OnClick = BtnDialClick 
  end 
  object BtnSend: TButton 
    Left = 176 
    Top = 40 
    Width = 65 
    Height = 21 
    Caption = 'Send' 
    TabOrder = 3 
    OnClick = BtnSendClick 
  end 
  object BtnAnswer: TButton 
    Left = 16 
    Top = 80 
    Width = 57 
    Height = 21 
    Caption = 'Answer' 
    TabOrder = 4 
    OnClick = BtnAnswerClick 
  end 
  object BtnHangup: TButton 
    Left = 96 
    Top = 80 
    Width = 57 
    Height = 21 
    Caption = 'Hangup' 
    TabOrder = 5 
    OnClick = BtnHangupClick 
  end 
  object BtnCancel: TButton 
    Left = 176 
    Top = 80 
    Width = 65 
    Height = 21 
    Caption = 'Cancel' 
    TabOrder = 6 
    OnClick = BtnCancelClick 
  end 
end