TAPIPDlg.dfm
上传用户:xtonglei
上传日期:2019-08-12
资源大小:6118k
文件大小:1k
源码类别:

TAPI编程

开发平台:

C++ Builder

  1. object PhoneSelectDlg: TPhoneSelectDlg
  2.   Left = 210
  3.   Top = 129
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select a Phone'
  7.   ClientHeight = 95
  8.   ClientWidth = 396
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 9
  21.     Top = 16
  22.     Width = 47
  23.     Height = 13
  24.     Caption = '&Phone:'
  25.   end
  26.   object ComboBox1: TComboBox
  27.     Left = 8
  28.     Top = 32
  29.     Width = 249
  30.     Height = 21
  31.     ItemHeight = 13
  32.     TabOrder = 0
  33.     Text = 'ComboBox1'
  34.     OnChange = ComboBox1Change
  35.   end
  36.   object Button1: TButton
  37.     Left = 272
  38.     Top = 32
  39.     Width = 121
  40.     Height = 25
  41.     Caption = '&Configure'
  42.     TabOrder = 1
  43.     OnClick = Button1Click
  44.   end
  45.   object Button3: TButton
  46.     Left = 232
  47.     Top = 65
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'OK'
  51.     ModalResult = 1
  52.     TabOrder = 2
  53.   end
  54.   object Button2: TButton
  55.     Left = 317
  56.     Top = 65
  57.     Width = 75
  58.     Height = 25
  59.     Cancel = True
  60.     Caption = 'Cancel'
  61.     ModalResult = 2
  62.     TabOrder = 3
  63.   end
  64.   object TAPIPhoneConfigDlg1: TTAPIPhoneConfigDlg
  65.     DeviceClass = 'tapi/phone'
  66.     Left = 88
  67.   end
  68. end