TAPIPDlg.dfm
资源名称:TAPIVer3.zip [点击查看]
上传用户:xtonglei
上传日期:2019-08-12
资源大小:6118k
文件大小:1k
源码类别:
TAPI编程
开发平台:
C++ Builder
- object PhoneSelectDlg: TPhoneSelectDlg
- Left = 210
- Top = 129
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Select a Phone'
- ClientHeight = 95
- ClientWidth = 396
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 9
- Top = 16
- Width = 47
- Height = 13
- Caption = '&Phone:'
- end
- object ComboBox1: TComboBox
- Left = 8
- Top = 32
- Width = 249
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- Text = 'ComboBox1'
- OnChange = ComboBox1Change
- end
- object Button1: TButton
- Left = 272
- Top = 32
- Width = 121
- Height = 25
- Caption = '&Configure'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button3: TButton
- Left = 232
- Top = 65
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 2
- end
- object Button2: TButton
- Left = 317
- Top = 65
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object TAPIPhoneConfigDlg1: TTAPIPhoneConfigDlg
- DeviceClass = 'tapi/phone'
- Left = 88
- end
- end